aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_type.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-02-15 14:45:31 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-02-15 14:45:31 +0000
commite7a8b47f1ad16d47d20aef886ddfa18c1c62385a (patch)
treeaa4355bdd2e93b899e3c9316b5dfda0ef1191e4d /crypto/asn1/a_type.c
parent7ac7a4bc37e56a9e81fb726e928768142ea29c65 (diff)
downloadopenssl-e7a8b47f1ad16d47d20aef886ddfa18c1c62385a.tar.gz
Fix warnings.
Diffstat (limited to 'crypto/asn1/a_type.c')
-rw-r--r--crypto/asn1/a_type.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/asn1/a_type.c b/crypto/asn1/a_type.c
index c603741f39..6a1e5a7a5a 100644
--- a/crypto/asn1/a_type.c
+++ b/crypto/asn1/a_type.c
@@ -59,6 +59,7 @@
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/asn1t.h>
+#include <openssl/objects.h>
int ASN1_TYPE_get(ASN1_TYPE *a)
{