diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-04-05 04:09:51 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-04-05 04:09:51 +0000 |
| commit | 2d773b269ee34e77b5d1cb549fecbf23e935d2cf (patch) | |
| tree | 500aea5ea2399e5202f5e76c0ea4df872a8e7f08 | |
| parent | f5f00241299c89753ddeed470093c1d598bf6b70 (diff) | |
Notes
| -rw-r--r-- | crypto/openssl/crypto/rsa/rsa_stubs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssl/crypto/rsa/rsa_stubs.c b/crypto/openssl/crypto/rsa/rsa_stubs.c index 6be88b737e4c..6189a4cd0b1f 100644 --- a/crypto/openssl/crypto/rsa/rsa_stubs.c +++ b/crypto/openssl/crypto/rsa/rsa_stubs.c @@ -55,8 +55,8 @@ getsym(const char *sym) ret = dlsym(rsalib, sym); #ifdef VERBOSE_STUBS if (!ret && !whined) { - fprintf(stderr, "** %s: Unable to find an RSA implemenation shared library.\n", sym); - fprintf(stderr, "** Install either the USA (%s) or International (%s)\n", RSAINTL_SHLIB, RSAUSA_SHLIB); + fprintf(stderr, "** %s: Unable to find an RSA implementation shared library.\n", sym); + fprintf(stderr, "** Install either the USA (%s) or International (%s)\n", RSAUSA_SHLIB, RSAINTL_SHLIB); fprintf(stderr, "** RSA library on your system and run this program again.\n"); fprintf(stderr, "** See the OpenSSL chapter in the FreeBSD Handbook, located at\n"); fprintf(stderr, "** http://www.freebsd.org/handbook/openssl.html, for more information.\n"); |
