aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509v3/x509v3.h
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/x509v3/x509v3.h
parent6420b77feced0e57a1ac0b8e1cafebfc7f13872d (diff)
downloadopenssl-0cc395796b7537e0dcd7674319b948a8f92639bd.zip
openssl-0cc395796b7537e0dcd7674319b948a8f92639bd.tar.gz
openssl-0cc395796b7537e0dcd7674319b948a8f92639bd.tar.bz2
Add missing funtions from non ANSI section of header files and add missing
ordinals to libeay.num.
Diffstat (limited to 'crypto/x509v3/x509v3.h')
-rw-r--r--crypto/x509v3/x509v3.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/x509v3/x509v3.h b/crypto/x509v3/x509v3.h
index 1f5f797..0d1b340 100644
--- a/crypto/x509v3/x509v3.h
+++ b/crypto/x509v3/x509v3.h
@@ -290,6 +290,11 @@ void GENERAL_NAME_free();
STACK *i2v_GENERAL_NAME();
GENERAL_NAME *v2i_GENERAL_NAME();
+int i2d_AUTHORITY_KEYID();
+AUTHORITY_KEYID *d2i_AUTHORITY_KEYID();
+AUTHORITY_KEYID *AUTHORITY_KEYID_new();
+void AUTHORITY_KEYID_free();
+
int i2d_PKEY_USAGE_PERIOD();
PKEY_USAGE_PERIOD *d2i_PKEY_USAGE_PERIOD();
PKEY_USAGE_PERIOD *PKEY_USAGE_PERIOD_new();