summaryrefslogtreecommitdiffstats
path: root/apps/apps.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-03-14 12:54:45 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-03-14 12:54:45 +0000
commit4c623cddbeaefc7267cf90aa0348e89ee4c45e9e (patch)
tree1f9e5eca9e8c03e74708a91a83b3a47f314801ec /apps/apps.h
parent8d207ee3d1f52dbd96e0a14693cba3bb3e436af8 (diff)
add -sigopt option to ca utility
Diffstat (limited to 'apps/apps.h')
-rw-r--r--apps/apps.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/apps.h b/apps/apps.h
index adfaa29f97..b1b7e977b7 100644
--- a/apps/apps.h
+++ b/apps/apps.h
@@ -321,6 +321,8 @@ int do_X509_sign(BIO *err, X509 *x, EVP_PKEY *pkey, const EVP_MD *md,
STACK_OF(OPENSSL_STRING) *sigopts);
int do_X509_REQ_sign(BIO *err, X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md,
STACK_OF(OPENSSL_STRING) *sigopts);
+int do_X509_CRL_sign(BIO *err, X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md,
+ STACK_OF(OPENSSL_STRING) *sigopts);
#ifndef OPENSSL_NO_PSK
extern char *psk_key;
#endif