projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Change X509_VAL in X509 structure to embedded.
[openssl.git]
/
include
/
openssl
/
x509.h
diff --git
a/include/openssl/x509.h
b/include/openssl/x509.h
index
751150d
..
d0933b0
100644
(file)
--- a/
include/openssl/x509.h
+++ b/
include/openssl/x509.h
@@
-169,7
+169,7
@@
typedef struct x509_cinf_st {
ASN1_INTEGER *serialNumber;
X509_ALGOR *signature;
X509_NAME *issuer;
- X509_VAL
*
validity;
+ X509_VAL validity;
X509_NAME *subject;
X509_PUBKEY *key;
ASN1_BIT_STRING *issuerUID; /* [ 1 ] optional in v2 */