summaryrefslogtreecommitdiffstats
path: root/crypto/x509
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2015-02-06 10:55:31 -0500
committerRich Salz <rsalz@openssl.org>2015-02-06 10:55:31 -0500
commitfbf08b79ff33110c242849e836aeb494bc03a132 (patch)
tree96b6cf38c865b133072efc6829d7c72bb8d39a80 /crypto/x509
parent6f91b017bbb7140f816721141ac156d1b828a6b3 (diff)
Remove X509_PAIR
Unused type; a pair X509 certificates. Intended for LDAP support. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/x509')
-rw-r--r--crypto/x509/x509.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/crypto/x509/x509.h b/crypto/x509/x509.h
index fae320f9f3..1e78e30f5e 100644
--- a/crypto/x509/x509.h
+++ b/crypto/x509/x509.h
@@ -107,7 +107,6 @@ extern "C" {
# ifdef OPENSSL_SYS_WIN32
/* Under Win32 these are defined in wincrypt.h */
# undef X509_NAME
-# undef X509_CERT_PAIR
# undef X509_EXTENSIONS
# endif
@@ -298,11 +297,6 @@ typedef struct x509_trust_st {
DECLARE_STACK_OF(X509_TRUST)
-typedef struct x509_cert_pair_st {
- X509 *forward;
- X509 *reverse;
-} X509_CERT_PAIR;
-
/* standard trust ids */
# define X509_TRUST_DEFAULT -1/* Only valid in purpose settings */
@@ -799,8 +793,6 @@ DECLARE_ASN1_FUNCTIONS(X509_CINF)
DECLARE_ASN1_FUNCTIONS(X509)
DECLARE_ASN1_FUNCTIONS(X509_CERT_AUX)
-DECLARE_ASN1_FUNCTIONS(X509_CERT_PAIR)
-
int X509_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
int X509_set_ex_data(X509 *r, int idx, void *arg);