X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=include%2Fcrypto%2Fdsa.h;h=041ebd4f7f7fc13fd551b011b1c78b13bb8ec4b0;hp=9afae37d2a5fae9f3e7c5d78b5a33c252512c0f4;hb=505b41fc5a7a3cb255d2f62cf4902a1a5c1db2dd;hpb=d5aef5946bd9b113623ad778114768585a1f7a02 diff --git a/include/crypto/dsa.h b/include/crypto/dsa.h index 9afae37d2a..041ebd4f7f 100644 --- a/include/crypto/dsa.h +++ b/include/crypto/dsa.h @@ -11,3 +11,5 @@ int dsa_sign_int(OPENSSL_CTX *libctx, int type, const unsigned char *dgst, int dlen, unsigned char *sig, unsigned int *siglen, DSA *dsa); + +const unsigned char *dsa_algorithmidentifier_encoding(int md_nid, size_t *len);