X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fx509.h;h=1a63ba571b5b2aa28dd424f4fcab41960d64fb4c;hp=22385295e3c781fe15be00f5f9fc09aebb1ae711;hb=59b4da05b4072df79e85b5f8bbf4cf049431b9b6;hpb=d6073e27ebdbab63bf0add13fa0f66dcaa6e39e8 diff --git a/include/openssl/x509.h b/include/openssl/x509.h index 22385295e3..1a63ba571b 100644 --- a/include/openssl/x509.h +++ b/include/openssl/x509.h @@ -516,8 +516,10 @@ EC_KEY *d2i_EC_PUBKEY(EC_KEY **a, const unsigned char **pp, long length); # endif DECLARE_ASN1_FUNCTIONS(X509_SIG) -void X509_SIG_get0(X509_ALGOR **palg, ASN1_OCTET_STRING **pdigest, - X509_SIG *sig); +void X509_SIG_get0(const X509_SIG *sig, const X509_ALGOR **palg, + const ASN1_OCTET_STRING **pdigest); +void X509_SIG_get0_mutable(X509_SIG *sig, X509_ALGOR **palg, + ASN1_OCTET_STRING **pdigest); DECLARE_ASN1_FUNCTIONS(X509_REQ_INFO) DECLARE_ASN1_FUNCTIONS(X509_REQ)