forked from wolfSSL/wolfssl
Fix a bad ifdef.
This commit is contained in:
@ -19059,7 +19059,7 @@ const char* GetCipherKeaStr(char n[][MAX_SEGMENT_SZ]) {
|
|||||||
n3 = n[3];
|
n3 = n[3];
|
||||||
n4 = n[4];
|
n4 = n[4];
|
||||||
|
|
||||||
#if HAVE_NTRU
|
#ifdef HAVE_NTRU
|
||||||
if (XSTRNCMP(n0,"NTRU",4) == 0)
|
if (XSTRNCMP(n0,"NTRU",4) == 0)
|
||||||
return "NTRU";
|
return "NTRU";
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user