X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Finclude%2Finternal%2Fevp_int.h;h=183fc42932d869d8efacaf8bb53ebd44667d73ce;hp=77684b2f86cda8295fc4ba6473e64ebd81975e2c;hb=7ed66e2634e6cfbb16a1ef975572e79a479217a8;hpb=be5fc053ed40bb714944f93e2d35265d2096f71f;ds=sidebyside diff --git a/crypto/include/internal/evp_int.h b/crypto/include/internal/evp_int.h index 77684b2f86..183fc42932 100644 --- a/crypto/include/internal/evp_int.h +++ b/crypto/include/internal/evp_int.h @@ -118,7 +118,7 @@ typedef struct evp_mac_impl_st EVP_MAC_IMPL; struct evp_mac_st { int type; EVP_MAC_IMPL *(*new) (void); - int (*copy) (EVP_MAC_IMPL *macdst, EVP_MAC_IMPL *macsrc); + EVP_MAC_IMPL *(*dup) (const EVP_MAC_IMPL *macsrc); void (*free) (EVP_MAC_IMPL *macctx); size_t (*size) (EVP_MAC_IMPL *macctx); int (*init) (EVP_MAC_IMPL *macctx);