]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/dsa/dsa.h
Add functions returning security bits.
[thirdparty/openssl.git] / crypto / dsa / dsa.h
index 6010a954f0c700d051315e6ba3426fd056e28363..add452b27c8940011a8074e8edd8dee69eea69b0 100644 (file)
@@ -234,6 +234,7 @@ void        DSA_free (DSA *r);
 /* "up" the DSA object's reference count */
 int    DSA_up_ref(DSA *r);
 int    DSA_size(const DSA *);
+int    DSA_security_bits(const DSA *d);
        /* next 4 return -1 on error */
 int    DSA_sign_setup( DSA *dsa,BN_CTX *ctx_in,BIGNUM **kinvp,BIGNUM **rp);
 int    DSA_sign(int type,const unsigned char *dgst,int dlen,