aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-02-01 01:17:53 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-02-01 01:17:53 +0000
commitf614496cfbd41e401c2b1e605e91f028a7cb48e1 (patch)
tree83c45b3926bd116d09e18cdd6d5462a964402998 /crypto/x509v3
parentdf0af1a7d89842bd3d8eebe5c0b324e357211ca3 (diff)
downloadopenssl-f614496cfbd41e401c2b1e605e91f028a7cb48e1.tar.gz
Delete bogus V3 prototype and update the *.num files to include ordinals for
the new functions. Update MINFO.
Diffstat (limited to 'crypto/x509v3')
-rw-r--r--crypto/x509v3/x509v3.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/x509v3/x509v3.h b/crypto/x509v3/x509v3.h
index 276e3ac2ef..e46a999b29 100644
--- a/crypto/x509v3/x509v3.h
+++ b/crypto/x509v3/x509v3.h
@@ -158,7 +158,6 @@ ASN1_INTEGER *pathlen;
#ifndef NOPROTO
void ERR_load_X509V3_strings(void);
-void ERR_X509V3_error(int function, int reason, char *file, int line);
int i2d_BASIC_CONSTRAINTS(BASIC_CONSTRAINTS *a, unsigned char **pp);
BASIC_CONSTRAINTS *d2i_BASIC_CONSTRAINTS(BASIC_CONSTRAINTS **a, unsigned char **pp, long length);
BASIC_CONSTRAINTS *BASIC_CONSTRAINTS_new(void);
@@ -196,7 +195,6 @@ int X509V3_EXT_print_fp(FILE *out, X509_EXTENSION *ext, int flag);
#else
void ERR_load_X509V3_strings();
-void ERR_X509V3_error();
int i2d_BASIC_CONSTRAINTS();
BASIC_CONSTRAINTS *d2i_BASIC_CONSTRAINTS();
BASIC_CONSTRAINTS *BASIC_CONSTRAINTS_new();