projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d1d0f4
)
delete unused structure
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 2 Sep 2015 17:39:48 +0000
(18:39 +0100)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 2 Sep 2015 20:21:27 +0000
(21:21 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
include/openssl/x509.h
patch
|
blob
|
history
diff --git
a/include/openssl/x509.h
b/include/openssl/x509.h
index 5e795c06ee0755216b136b9987f1e34fa2243ce1..d1ecb2916291df0f6ac0ccb70bf94faf23d4bc66 100644
(file)
--- 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;