Further synchronisation with Unix
[oweals/openssl.git] / crypto / evp / evp_test.c
index 6ecbecce7594ccee793c49b45c3088525aeb5065..bb6f02c2e9f9a208cb39d24e337af3158170de68 100644 (file)
@@ -423,6 +423,13 @@ int main(int argc,char **argv)
                fprintf(stdout, "Cipher disabled, skipping %s\n", cipher); 
                continue;
                }
+#endif
+#ifdef OPENSSL_NO_SEED
+           if (strstr(cipher, "SEED") == cipher)
+               {
+               fprintf(stdout, "Cipher disabled, skipping %s\n", cipher); 
+               continue;
+               }
 #endif
            fprintf(stderr,"Can't find %s\n",cipher);
            EXIT(3);