X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fdh%2Fdh_lib.c;h=b3c609e8be08127014384e323b3b41438047556a;hp=c0a2472751f600d5162c50437b953c4c7f8f49f2;hb=7ae551fd03b447e41d3a74e803a711350383ebc4;hpb=c2e45f6ddf9219735e85d9b658a94e42c37ec0a2;ds=sidebyside diff --git a/crypto/dh/dh_lib.c b/crypto/dh/dh_lib.c index c0a2472751..b3c609e8be 100644 --- a/crypto/dh/dh_lib.c +++ b/crypto/dh/dh_lib.c @@ -148,6 +148,7 @@ DH *DH_new_method(ENGINE *engine) { if((ret->engine=ENGINE_get_default_DH()) == NULL) { + DHerr(DH_F_DH_NEW,ERR_LIB_ENGINE); OPENSSL_free(ret); return NULL; }