summaryrefslogtreecommitdiffstats
path: root/apps/apps.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-04-11 17:20:40 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-04-11 17:20:40 +0000
commit2022cfe07e331dc4b69829ca4dd45c295190d471 (patch)
tree502b38f6f67849331f027bd1a98ebb412b857eec /apps/apps.h
parent47b71e6ee9c421162b1cf610bd1ca22843691764 (diff)
New -mac and -macopt options to dgst utility. Reimplement -hmac option in
terms of new API.
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 3b5febac7d..c7e490a271 100644
--- a/apps/apps.h
+++ b/apps/apps.h
@@ -294,6 +294,8 @@ int args_verify(char ***pargs, int *pargc,
void policies_print(BIO *out, X509_STORE_CTX *ctx);
int bio_to_mem(unsigned char **out, int maxlen, BIO *in);
int pkey_ctrl_string(EVP_PKEY_CTX *ctx, char *value);
+int init_gen_str(BIO *err, EVP_PKEY_CTX **pctx,
+ const char *algname, ENGINE *e, int do_param);
#define FORMAT_UNDEF 0
#define FORMAT_ASN1 1