Add comments to test_ciphersuite_change()
[openssl.git] / test / rsa_test.c
index d441a1d32faf79dfd4bb43e8f45598b2fd3b979e..47be25848f1f548471e566c3f901a3c6516485c5 100644 (file)
@@ -19,7 +19,6 @@
 #include <openssl/rand.h>
 #include <openssl/bn.h>
 
-#include "test_main.h"
 #include "testutil.h"
 
 #ifdef OPENSSL_NO_RSA
@@ -220,9 +219,6 @@ static int pad_unknown(void)
     return (0);
 }
 
-static const char rnd_seed[] =
-    "string to make the random number generator think it has entropy";
-
 static int rsa_setkey(RSA** key, unsigned char* ctext, int idx)
 {
     int clen = 0;