diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/x509/x509_lcl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509_lcl.h b/src/lib/libcrypto/x509/x509_lcl.h index 804fff48fc..e1894e5523 100644 --- a/src/lib/libcrypto/x509/x509_lcl.h +++ b/src/lib/libcrypto/x509/x509_lcl.h | |||
@@ -246,10 +246,8 @@ struct x509_object_st { | |||
246 | /* one of the above types */ | 246 | /* one of the above types */ |
247 | int type; | 247 | int type; |
248 | union { | 248 | union { |
249 | char *ptr; | ||
250 | X509 *x509; | 249 | X509 *x509; |
251 | X509_CRL *crl; | 250 | X509_CRL *crl; |
252 | EVP_PKEY *pkey; | ||
253 | } data; | 251 | } data; |
254 | } /* X509_OBJECT */; | 252 | } /* X509_OBJECT */; |
255 | 253 | ||