Commit 2900fc8a authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Don't stop -cipher from working.

parent e9afa08c
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -1222,14 +1222,14 @@ bad:
			goto end;
			}
		psk_identity = "JPAKE";
		}

		if (cipher)
			{
			BIO_printf(bio_err, "JPAKE sets cipher to PSK\n");
			goto end;
			}
		cipher = "PSK";
		}

#endif

	SSL_load_error_strings();