Skip to content

Commit 3a4a115

Browse files
andrewyounkersAndrew Younkers
authored andcommitted
final code sweep
1 parent ff7887a commit 3a4a115

File tree

3 files changed

+0
-27
lines changed

3 files changed

+0
-27
lines changed

kex-names.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,6 @@ static const struct kexalg kexalgs[] = {
7676
#if defined(HAVE_EVP_SHA256) || !defined(WITH_OPENSSL)
7777
{ KEX_CURVE25519_SHA256, KEX_C25519_SHA256, 0, SSH_DIGEST_SHA256 },
7878
{ KEX_CURVE25519_SHA256_OLD, KEX_C25519_SHA256, 0, SSH_DIGEST_SHA256 },
79-
#ifdef USE_SNTRUP761X25519
80-
{ KEX_NTRUPRIME_SNTRUP761_SHA512, KEX_KEM_NTRUPRIME_SNTRUP761_X25519_SHA512, 0,
81-
SSH_DIGEST_SHA512 },
82-
#endif
83-
#ifdef USE_MLKEM768X25519
84-
{ KEX_ML_KEM_768_SHA256, KEX_KEM_ML_KEM_768_X25519_SHA256, 0,
85-
SSH_DIGEST_SHA256 },
86-
#endif
8779
#endif /* HAVE_EVP_SHA256 || !WITH_OPENSSL */
8880

8981
///// OQS_TEMPLATE_FRAGMENT_ADD_KEX_ALGS_START

oqs-template/sshd-session.c/point_to_kex_gen.fragment

Lines changed: 0 additions & 16 deletions
This file was deleted.

sshd-session.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,6 @@
109109
#include "srclimit.h"
110110
#include "dh.h"
111111

112-
#include "oqs/oqs.h"
113-
#include "oqs-utils.h"
114-
115112
/* Re-exec fds */
116113
#define REEXEC_DEVCRYPTO_RESERVED_FD (STDERR_FILENO + 1)
117114
#define REEXEC_CONFIG_PASS_FD (STDERR_FILENO + 2)

0 commit comments

Comments
 (0)