summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2016-03-22 15:26:36 +0000
committerDr. Stephen Henson <steve@openssl.org>2016-03-22 19:42:19 +0000
commitd577a69a0f3a56146f644fda010e7efb2c0e693d (patch)
tree022b5bd9f09f8713150c0a1c1e680c8bf5845006 /include
parent38186bfd4e5be7f212d8e460420e081e0ad852e7 (diff)
remove unused references field
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/x509.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/openssl/x509.h b/include/openssl/x509.h
index af9ab821ee..0ad753c71e 100644
--- a/include/openssl/x509.h
+++ b/include/openssl/x509.h
@@ -292,8 +292,6 @@ typedef struct private_key_st {
int key_free; /* true if we should auto free key_data */
/* expanded version of 'enc_algor' */
EVP_CIPHER_INFO cipher;
- int references;
- CRYPTO_RWLOCK *lock;
} X509_PKEY;
typedef struct X509_info_st {
@@ -303,8 +301,6 @@ typedef struct X509_info_st {
EVP_CIPHER_INFO enc_cipher;
int enc_len;
char *enc_data;
- int references;
- CRYPTO_RWLOCK *lock;
} X509_INFO;
DEFINE_STACK_OF(X509_INFO)