update to openssl-0.9.4, remove compile-time warnings

This commit is contained in:
Brian Wellington
1999-08-20 20:06:33 +00:00
parent 9416726274
commit fffd68f1bc
17 changed files with 176 additions and 278 deletions

View File

@@ -38,7 +38,7 @@ LIBS = @LIBS@
# Alphabetically
OBJS = bn_add.@O@ bn_asm.@O@ bn_comba.@O@ bn_div.@O@ \
bn_err.@O@ bn_exp.@O@ bn_exp2.@O@ bn_gcd.@O@ \
bn_lib.@O@ bn_m.@O@ bn_mont.@O@ bn_mul.@O@ \
bn_lib.@O@ bn_mont.@O@ bn_mul.@O@ \
bn_prime.@O@ bn_rand.@O@ bn_recp.@O@ \
bn_shift.@O@ bn_sqr.@O@ bn_word.@O@ buffer.@O@ \
cryptlib.@O@ dsa_asn1.@O@ dsa_err.@O@ dsa_gen.@O@ \
@@ -49,7 +49,7 @@ OBJS = bn_add.@O@ bn_asm.@O@ bn_comba.@O@ bn_div.@O@ \
SRCS = bn_add.c bn_asm.c bn_comba.c bn_div.c \
bn_err.c bn_exp.c bn_exp2.c bn_gcd.c \
bn_lib.c bn_m.c bn_mont.c bn_mul.c \
bn_lib.c bn_mont.c bn_mul.c \
bn_prime.c bn_rand.c bn_recp.c \
bn_shift.c bn_sqr.c bn_word.c buffer.c \
cryptlib.c dsa_asn1.c dsa_err.c dsa_gen.c \