summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/passwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/openssl/passwd.c')
-rw-r--r--src/usr.bin/openssl/passwd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/passwd.c b/src/usr.bin/openssl/passwd.c
index af5360448c..428f75a7ca 100644
--- a/src/usr.bin/openssl/passwd.c
+++ b/src/usr.bin/openssl/passwd.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: passwd.c,v 1.8 2017/01/20 08:57:12 deraadt Exp $ */ 1/* $OpenBSD: passwd.c,v 1.9 2018/02/07 05:47:55 jsing Exp $ */
2 2
3#if defined OPENSSL_NO_MD5 3#if defined OPENSSL_NO_MD5
4#define NO_MD5CRYPT_1 4#define NO_MD5CRYPT_1
@@ -273,7 +273,7 @@ passwd_main(int argc, char **argv)
273 } 273 }
274 ret = 0; 274 ret = 0;
275 275
276err: 276 err:
277 ERR_print_errors(bio_err); 277 ERR_print_errors(bio_err);
278 278
279 free(salt_malloc); 279 free(salt_malloc);
@@ -477,7 +477,7 @@ do_passwd(int passed_salt, char **salt_p, char **salt_malloc_p,
477 BIO_printf(out, "%s\n", hash); 477 BIO_printf(out, "%s\n", hash);
478 return 1; 478 return 1;
479 479
480err: 480 err:
481 return 0; 481 return 0;
482} 482}
483#else 483#else