diff options
Diffstat (limited to 'lib/libssl/src/apps/ciphers.c')
| -rw-r--r-- | lib/libssl/src/apps/ciphers.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/src/apps/ciphers.c b/lib/libssl/src/apps/ciphers.c index d63fca6c7a3..4d594fbaf4d 100644 --- a/lib/libssl/src/apps/ciphers.c +++ b/lib/libssl/src/apps/ciphers.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ciphers.c,v 1.25 2014/07/12 19:31:21 jsing Exp $ */ +/* $OpenBSD: ciphers.c,v 1.26 2014/07/14 00:35:10 deraadt Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -187,6 +187,6 @@ end: SSL_free(ssl); if (STDout != NULL) BIO_free_all(STDout); - + return (ret); } |
