Make X509_SIG opaque.

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Dr. Stephen Henson
2016-03-10 15:04:46 +00:00
parent bb26842d1c
commit a6eb1ce6a9
10 changed files with 66 additions and 33 deletions

View File

@@ -61,6 +61,7 @@
#include <openssl/rsa.h>
#include <openssl/objects.h>
#include <openssl/x509.h>
#include "internal/x509_int.h"
#include "rsa_locl.h"
/* Size of an SSL signature: MD5+SHA1 */