diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2015-03-16 18:43:17 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2015-03-25 15:15:00 +0100 |
commit | 2743e38c2f4bcb00142d8c65e48a66f547033a64 (patch) | |
tree | 640e29c0dbfd9abb5fd4dd0d993127a162965922 /crypto/x509/x509_obj.c | |
parent | Fix bug in s_client. Previously default verify locations would only be loaded (diff) | |
download | openssl-2743e38c2f4bcb00142d8c65e48a66f547033a64.tar.xz openssl-2743e38c2f4bcb00142d8c65e48a66f547033a64.zip |
make X509_NAME opaque
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/x509/x509_obj.c')
-rw-r--r-- | crypto/x509/x509_obj.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/x509/x509_obj.c b/crypto/x509/x509_obj.c index d317f3af25..4e80c1b4fe 100644 --- a/crypto/x509/x509_obj.c +++ b/crypto/x509/x509_obj.c @@ -62,6 +62,7 @@ #include <openssl/objects.h> #include <openssl/x509.h> #include <openssl/buffer.h> +#include "internal/x509_int.h" char *X509_NAME_oneline(X509_NAME *a, char *buf, int len) { |