Increase print buffer (10K instead of just 2K).
[oweals/openssl.git] / crypto / asn1 / d2i_s_pu.c
index e0adaa0393677ed65fca4a6018b2f9d2b3b88f97..0b7d2fafccc9780333a6247ecdbf63c55d710da8 100644 (file)
@@ -66,7 +66,7 @@
 #include <openssl/objects.h>
 #include <openssl/asn1_mac.h>
 
-#ifdef NEG_PUBKEY_BUG
+#ifndef NO_NEG_PUBKEY_BUG
 #define d2i_ASN1_INTEGER d2i_ASN1_UINTEGER
 #endif