aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/d2i_r_pu.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-07-26 01:18:37 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-07-26 01:18:37 +0000
commit284ef5f35710b9fbff82abc20cced66d2dcff7c1 (patch)
tree48a916e042ee3463fc21e788d531a79e8fef5b42 /crypto/asn1/d2i_r_pu.c
parent47ff5de8c2efa09392dab257c4616881ba3b8037 (diff)
downloadopenssl-284ef5f35710b9fbff82abc20cced66d2dcff7c1.tar.gz
Make NEG_PUBKEY_BUG on by default.
ASN1_TIME fixes. New function c2i_ASN1_OBJECT().
Diffstat (limited to 'crypto/asn1/d2i_r_pu.c')
-rw-r--r--crypto/asn1/d2i_r_pu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/d2i_r_pu.c b/crypto/asn1/d2i_r_pu.c
index d1289f160e..9e5d41cf53 100644
--- a/crypto/asn1/d2i_r_pu.c
+++ b/crypto/asn1/d2i_r_pu.c
@@ -64,7 +64,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