RT3999: Remove sub-component version strings
[openssl.git] / crypto / lhash / lhash.c
index 083310e8254ad156a57a1dbe7a0ea40a66495709..0c9ce8fe13bc7c0b82a202485255b2c1ea86cb19 100644 (file)
 #include <openssl/crypto.h>
 #include <openssl/lhash.h>
 
-const char lh_version[] = "lhash" OPENSSL_VERSION_PTEXT;
-
 #undef MIN_NODES
 #define MIN_NODES       16
 #define UP_LOAD         (2*LH_LOAD_MULT) /* load times 256 (default 2) */