summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/x509v3.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-12-29 00:40:28 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-12-29 00:40:28 +0000
commit6447cce37251e6d947279a3fd6874e59ed0d3d2d (patch)
treead2355f136234f3ee11a66556429b66a9ae65a22 /crypto/x509v3/x509v3.h
parent76997b7dd0011e23fb5ed3a49aa693b1fc33bfb6 (diff)
Simplify the trust structure: basically zap the bit strings and
represent everything by OIDs.
Diffstat (limited to 'crypto/x509v3/x509v3.h')
-rw-r--r--crypto/x509v3/x509v3.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/x509v3/x509v3.h b/crypto/x509v3/x509v3.h
index 5e988a98b8..b5a89c9cbb 100644
--- a/crypto/x509v3/x509v3.h
+++ b/crypto/x509v3/x509v3.h
@@ -542,7 +542,6 @@ char *X509_PURPOSE_iget_name(X509_PURPOSE *xp);
char *X509_PURPOSE_iget_sname(X509_PURPOSE *xp);
int X509_PURPOSE_get_trust(X509_PURPOSE *xp);
void X509_PURPOSE_cleanup(void);
-void X509_PURPOSE_add_standard(void);
int X509_PURPOSE_get_id(X509_PURPOSE *);
/* BEGIN ERROR CODES */