crypto: remove duplicate ERR_load_crypto_strings()
authorYorkie <yorkiefixer@gmail.com>
Wed, 22 Jan 2014 12:48:46 +0000 (20:48 +0800)
committerFedor Indutny <fedor.indutny@gmail.com>
Wed, 22 Jan 2014 18:55:52 +0000 (22:55 +0400)
commitc7f5c98ee9374cee7cac14df44c91c80261cbd86
tree91c6d4aa8fcfd98a755829b9f34985481a753259
parent6514a4128c3e7aa6c1bb1c6f3f018412fa76e5d9
crypto: remove duplicate ERR_load_crypto_strings()

ERR_load_crypto_strings() registers the error strings for
all libcrypto functions, SSL_load_error_strings() does the
same, but also registers the libssl error strings.
src/node_crypto.cc