[openssl-commits] [openssl] master update
Dr. Stephen Henson
steve at openssl.org
Wed Sep 2 20:21:40 UTC 2015
The branch master has been updated
via 0b58c6ad9e9651a83f2e25e98c76b1ee4fecaa03 (commit)
from 8d1d0f4d9e20f825abbaf22f107815668e1d6b6b (commit)
- Log -----------------------------------------------------------------
commit 0b58c6ad9e9651a83f2e25e98c76b1ee4fecaa03
Author: Dr. Stephen Henson <steve at openssl.org>
Date: Wed Sep 2 18:39:48 2015 +0100
delete unused structure
Reviewed-by: Rich Salz <rsalz at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
include/openssl/x509.h | 6 ------
1 file changed, 6 deletions(-)
diff --git a/include/openssl/x509.h b/include/openssl/x509.h
index 5e795c0..d1ecb29 100644
--- a/include/openssl/x509.h
+++ b/include/openssl/x509.h
@@ -119,12 +119,6 @@ extern "C" {
# define X509v3_KU_DECIPHER_ONLY 0x8000
# define X509v3_KU_UNDEF 0xffff
-typedef struct X509_objects_st {
- int nid;
- int (*a2i) (void);
- int (*i2a) (void);
-} X509_OBJECTS;
-
struct X509_algor_st {
ASN1_OBJECT *algorithm;
ASN1_TYPE *parameter;
More information about the openssl-commits
mailing list