X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fcrypto%2Fx509.h;h=1d2ec3ee5284731baec012922da3cf2aab278f0e;hb=465f34ed27d54b36b47f98b8ce4b5ec9e33c4f02;hp=560f3abb76eefb1a7cfe1bc20d86882c50b10906;hpb=0820217441b68724d91b7644f3560e15149a1848;p=oweals%2Fopenssl.git diff --git a/include/crypto/x509.h b/include/crypto/x509.h index 560f3abb76..1d2ec3ee52 100644 --- a/include/crypto/x509.h +++ b/include/crypto/x509.h @@ -297,3 +297,7 @@ int x509_set1_time(ASN1_TIME **ptm, const ASN1_TIME *tm); int x509_print_ex_brief(BIO *bio, X509 *cert, unsigned long neg_cflags); void x509_init_sig_info(X509 *x); + + +int x509_check_issued_int(X509 *issuer, X509 *subject, OPENSSL_CTX *libctx, + const char *propq);