summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/tasn_enc.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-09-20 20:19:07 +0000
committerAndy Polyakov <appro@openssl.org>2005-09-20 20:19:07 +0000
commit7a06050cd356001ec80a9202f50de6eb4e09f6e7 (patch)
treef58dc4c4533fb0ce0d689b52bb6bbdf4d07ec59d /crypto/asn1/tasn_enc.c
parent6f9afa68cdd33acb24ac3c8bb43eff179108a73e (diff)
"Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT table lookups.
PR: 1196 Submitted by: Russel Ruby
Diffstat (limited to 'crypto/asn1/tasn_enc.c')
-rw-r--r--crypto/asn1/tasn_enc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/asn1/tasn_enc.c b/crypto/asn1/tasn_enc.c
index 4ab1ea10f5..60b29ce822 100644
--- a/crypto/asn1/tasn_enc.c
+++ b/crypto/asn1/tasn_enc.c
@@ -59,6 +59,7 @@
#include <stddef.h>
#include <string.h>
+#include "cryptlib.h"
#include <openssl/asn1.h>
#include <openssl/asn1t.h>
#include <openssl/objects.h>