Adapt the libssl test harness testing scripts to new testing framework
[openssl.git] / crypto / txt_db / txt_db.c
index 5b1e5925d0f87fb06b4799c0b81c4ce826a1eaa4..2c4d2cd1be81c7a0bf85a67a7b4214ede5e72039 100644 (file)
@@ -66,8 +66,6 @@
 #undef BUFSIZE
 #define BUFSIZE 512
 
-const char TXT_DB_version[] = "TXT_DB" OPENSSL_VERSION_PTEXT;
-
 TXT_DB *TXT_DB_read(BIO *in, int num)
 {
     TXT_DB *ret = NULL;