X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=fips%2Ffips.h;h=facdbc725c1d1919f9c8e57fc51fccbd01e23d0f;hp=9d7c37096d84703ec378ab549c961dc875e35224;hb=e990b4f838eaa649a1849d25db5be2236632fe34;hpb=e47af46cd839c549fac2d9f8a2951c35c0113fbf diff --git a/fips/fips.h b/fips/fips.h index 9d7c37096d..facdbc725c 100644 --- a/fips/fips.h +++ b/fips/fips.h @@ -147,6 +147,9 @@ void FIPS_set_locking_callback(void (*func)(int mode, int type, #define EVP_CIPHER_CTX_new FIPS_cipher_ctx_new #define EVP_CIPHER_CTX_free FIPS_cipher_ctx_free +#define DSA_SIG_new FIPS_dsa_sig_new +#define DSA_SIG_free FIPS_dsa_sig_free + #endif /* BEGIN ERROR CODES */