diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/d2i_r_pu.c')
-rw-r--r-- | src/lib/libcrypto/asn1/d2i_r_pu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/d2i_r_pu.c b/src/lib/libcrypto/asn1/d2i_r_pu.c index d1289f160e..9e5d41cf53 100644 --- a/src/lib/libcrypto/asn1/d2i_r_pu.c +++ b/src/lib/libcrypto/asn1/d2i_r_pu.c | |||
@@ -64,7 +64,7 @@ | |||
64 | #include <openssl/objects.h> | 64 | #include <openssl/objects.h> |
65 | #include <openssl/asn1_mac.h> | 65 | #include <openssl/asn1_mac.h> |
66 | 66 | ||
67 | #ifdef NEG_PUBKEY_BUG | 67 | #ifndef NO_NEG_PUBKEY_BUG |
68 | #define d2i_ASN1_INTEGER d2i_ASN1_UINTEGER | 68 | #define d2i_ASN1_INTEGER d2i_ASN1_UINTEGER |
69 | #endif | 69 | #endif |
70 | 70 | ||