X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fcrypto%2Fdsa.h;h=0afec99ae66d1d005e5a59df95e610cfc1dcdd07;hb=0abae1636d7054266dd20724c0d5e06617d9f679;hp=eab5d44603f94676301406c73db1217a87da3861;hpb=2888fc1590ad31633be7a99e7288dcecd35e800c;p=oweals%2Fopenssl.git diff --git a/include/crypto/dsa.h b/include/crypto/dsa.h index eab5d44603..0afec99ae6 100644 --- a/include/crypto/dsa.h +++ b/include/crypto/dsa.h @@ -7,6 +7,7 @@ * https://www.openssl.org/source/license.html */ +#include #include #include "internal/ffc.h" @@ -24,6 +25,7 @@ int dsa_sign_int(int type, const unsigned char *dgst, const unsigned char *dsa_algorithmidentifier_encoding(int md_nid, size_t *len); FFC_PARAMS *dsa_get0_params(DSA *dsa); +int dsa_key_fromdata(DSA *dsa, const OSSL_PARAM params[]); int dsa_generate_public_key(BN_CTX *ctx, const DSA *dsa, const BIGNUM *priv_key, BIGNUM *pub_key);