Windows build system: get uplink right.
[oweals/openssl.git] / crypto / engine / tb_digest.c
index de1ad9c01b51fd84c888c6ca3f2472583349ef9e..03096b30faec8e724c60785da5fc11f4020cc987 100644 (file)
 
 #include "eng_int.h"
 
-/*
- * If this symbol is defined then ENGINE_get_digest_engine(), the function
- * that is used by EVP to hook in digest code and cache defaults (etc), will
- * display brief debugging summaries to stderr with the 'nid'.
- */
-/* #define ENGINE_DIGEST_DEBUG */
-
 static ENGINE_TABLE *digest_table = NULL;
 
 void ENGINE_unregister_digests(ENGINE *e)