diff options
Diffstat (limited to 'usr.bin/openssl/sess_id.c')
-rw-r--r-- | usr.bin/openssl/sess_id.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/openssl/sess_id.c b/usr.bin/openssl/sess_id.c index 23df0301b36..7c1fb771d1e 100644 --- a/usr.bin/openssl/sess_id.c +++ b/usr.bin/openssl/sess_id.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sess_id.c,v 1.1 2014/08/26 17:47:25 jsing Exp $ */ +/* $OpenBSD: sess_id.c,v 1.2 2014/08/28 14:23:52 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -146,7 +146,7 @@ bad: BIO_printf(bio_err, "%s", *pp); goto end; } - ERR_load_crypto_strings(); + x = load_sess_id(infile, informat); if (x == NULL) { goto end; |