=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/openssl.c,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/openssl/openssl.c 2014/08/26 17:47:25 1.1 --- src/usr.bin/openssl/openssl.c 2014/10/22 13:54:03 1.2 *************** *** 1,4 **** ! /* $OpenBSD: openssl.c,v 1.1 2014/08/26 17:47:25 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * --- 1,4 ---- ! /* $OpenBSD: openssl.c,v 1.2 2014/10/22 13:54:03 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * *************** *** 123,129 **** #include #include #include - #include #include #include --- 123,128 ---- *************** *** 233,239 **** CRYPTO_cleanup_all_ex_data(); ERR_remove_thread_state(NULL); - RAND_cleanup(); ERR_free_strings(); } --- 232,237 ----