From 7f0dae3276e8b2fb2c8bb1a3b13fd60d5f87161c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Sat, 15 May 1999 14:23:29 +0000 Subject: [PATCH] OPENSSL_EXTERN, OPENSSL_GLOBAL --- crypto/bn/bn_lib.c | 16 ++++++++-------- crypto/cast/cast_s.h | 16 ++++++++-------- ssl/s2_lib.c | 2 +- ssl/s3_lib.c | 2 +- ssl/ssl_lib.c | 2 +- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/crypto/bn/bn_lib.c b/crypto/bn/bn_lib.c index 479d17ea52..bd53124f1e 100644 --- a/crypto/bn/bn_lib.c +++ b/crypto/bn/bn_lib.c @@ -71,14 +71,14 @@ const char *BN_version="Big Number" OPENSSL_VERSION_PTEXT; * 7 - 128 == 4096 * 8 - 256 == 8192 */ -GLOBAL int bn_limit_bits=0; -GLOBAL int bn_limit_num=8; /* (1<