Add functions returning security bits.
[openssl.git] / crypto / dh / dh.h
index 0cbb32e3362d0278936b7e74caddf428ddef107e..8e8f87dfdceceed10ad9a733074b658a73dbe1fc 100644 (file)
@@ -202,6 +202,7 @@ DH *        DH_new(void);
 void   DH_free(DH *dh);
 int    DH_up_ref(DH *dh);
 int    DH_size(const DH *dh);
+int    DH_security_bits(const DH *dh);
 int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
             CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);
 int DH_set_ex_data(DH *d, int idx, void *arg);