Remove attempts to quieten compiler static-checking (more)
[exim.git] / src / src / tls-openssl.c
index 525afd65078dd66f6b321dc89ae7700d5acad2cd..50384cbd565e3bb2dd9694c407954b059649f2ba 100644 (file)
@@ -496,7 +496,6 @@ RSA *rsa_key;
 BIGNUM *bn = BN_new();
 #endif
 
-export = export;     /* Shut picky compilers up */
 DEBUG(D_tls) debug_printf("Generating %d bit RSA key...\n", keylength);
 
 #ifdef EXIM_HAVE_RSA_GENKEY_EX