aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-03-08 22:46:56 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-03-08 22:46:56 +0000
commit0cc395796b7537e0dcd7674319b948a8f92639bd (patch)
treed4e882b971a5c4efc12a628d24eb5a4d6557ad9a /crypto/asn1
parent6420b77feced0e57a1ac0b8e1cafebfc7f13872d (diff)
downloadopenssl-0cc395796b7537e0dcd7674319b948a8f92639bd.tar.gz
Add missing funtions from non ANSI section of header files and add missing
ordinals to libeay.num.
Diffstat (limited to 'crypto/asn1')
-rw-r--r--crypto/asn1/asn1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/asn1/asn1.h b/crypto/asn1/asn1.h
index 9901d6bd89..c21e50b653 100644
--- a/crypto/asn1/asn1.h
+++ b/crypto/asn1/asn1.h
@@ -624,6 +624,7 @@ int i2d_ASN1_GENERALIZEDTIME();
ASN1_GENERALIZEDTIME * d2i_ASN1_GENERALIZEDTIME();
int i2d_ASN1_TIME();
ASN1_TIME * d2i_ASN1_TIME();
+ASN1_TIME *ASN1_TIME_set();
int i2d_ASN1_SET();
STACK * d2i_ASN1_SET();
int a2d_ASN1_OBJECT();