]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/engine/tb_pkmeth.c
Remove outdated DEBUG flags.
[thirdparty/openssl.git] / crypto / engine / tb_pkmeth.c
index 29e65be1ad673188d5803d716f57b520b3d41402..947e139e2ffb5129162d590d49d4070ae34737b8 100644 (file)
 #include "eng_int.h"
 #include <openssl/evp.h>
 
-/*
- * If this symbol is defined then ENGINE_get_pkey_meth_engine(), the function
- * that is used by EVP to hook in pkey_meth code and cache defaults (etc),
- * will display brief debugging summaries to stderr with the 'nid'.
- */
-/* #define ENGINE_PKEY_METH_DEBUG */
-
 static ENGINE_TABLE *pkey_meth_table = NULL;
 
 void ENGINE_unregister_pkey_meths(ENGINE *e)