Compile in gost engine.
[openssl.git] / crypto / engine / eng_lib.c
index 6ee8a90c158c98d5c4229449f3a5918935f1f887..18a66646458a9aa033abfdde32ce936229f75f57 100644 (file)
@@ -127,6 +127,7 @@ int engine_free_util(ENGINE *e, int locked)
 #endif
        /* Free up any dynamically allocated public key methods */
        engine_pkey_meths_free(e);
+       engine_pkey_asn1_meths_free(e);
        /* Give the ENGINE a chance to do any structural cleanup corresponding
         * to allocation it did in its constructor (eg. unload error strings) */
        if(e->destroy)