From 930549a539b1cba2e0741b2da044d35fcf28cacf Mon Sep 17 00:00:00 2001 From: miod <> Date: Thu, 10 Jul 2014 19:30:06 +0000 Subject: Kill a blatantly outdated (and now wrong) comment --- src/lib/libcrypto/evp/evp_key.c | 5 +---- src/lib/libssl/src/crypto/evp/evp_key.c | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/evp/evp_key.c b/src/lib/libcrypto/evp/evp_key.c index 0c5d9bc001..4380be9137 100644 --- a/src/lib/libcrypto/evp/evp_key.c +++ b/src/lib/libcrypto/evp/evp_key.c @@ -1,4 +1,4 @@ -/* $OpenBSD: evp_key.c,v 1.16 2014/07/10 13:58:22 jsing Exp $ */ +/* $OpenBSD: evp_key.c,v 1.17 2014/07/10 19:30:06 miod Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -87,9 +87,6 @@ EVP_get_pw_prompt(void) return (prompt_string); } -/* For historical reasons, the standard function for reading passwords is - * in the DES library -- if someone ever wants to disable DES, - * this function will fail */ int EVP_read_pw_string(char *buf, int len, const char *prompt, int verify) { diff --git a/src/lib/libssl/src/crypto/evp/evp_key.c b/src/lib/libssl/src/crypto/evp/evp_key.c index 0c5d9bc001..4380be9137 100644 --- a/src/lib/libssl/src/crypto/evp/evp_key.c +++ b/src/lib/libssl/src/crypto/evp/evp_key.c @@ -1,4 +1,4 @@ -/* $OpenBSD: evp_key.c,v 1.16 2014/07/10 13:58:22 jsing Exp $ */ +/* $OpenBSD: evp_key.c,v 1.17 2014/07/10 19:30:06 miod Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -87,9 +87,6 @@ EVP_get_pw_prompt(void) return (prompt_string); } -/* For historical reasons, the standard function for reading passwords is - * in the DES library -- if someone ever wants to disable DES, - * this function will fail */ int EVP_read_pw_string(char *buf, int len, const char *prompt, int verify) { -- cgit v1.2.3-55-g6feb