I can not build openssl 1.0.0
I'm building on ububtu 9.10 config command:
./config -DPURIFY shared no-rc4 no-mdc2I get these errors: gcc -I.. -I../.. -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DPURIFY -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -DMD32_REG_T=int -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DWHIRLPOOL_ASM -c -o pvkfmt.o pvkfmt.c pvkfmt.c: In function ‘do_PVK_body’: pvkfmt.c:759: warning: implicit declaration of function ‘EVP_rc4’ pvkfmt.c:759: warning: passing argument 2 of ‘EVP_DecryptInit_ex’ makes pointer from integer without a cast ../../include/openssl/evp.h:548: note: expected ‘const struct EVP_CIPHER *’ but argument is of type ‘int’ pvkfmt.c:768: warning: passing argument 2 of ‘EVP_DecryptInit_ex’ makes pointer from integer without a cast ../../include/openssl/evp.h:548: note: expected ‘const struct EVP_CIPHER *’ but argument is of type ‘int’ pvkfmt.c: In function ‘i2b_PVK’: pvkfmt.c:908: warning: passing argument 2 of ‘EVP_EncryptInit_ex’ makes pointer from integer without a cast ../../include/openssl/evp.h:539: note: expected ‘const struct EVP_CIPHER *’ but argument is of type ‘int’ ar r ../../libcrypto.a pem_sign.o pem_seal.o pem_info.o pem_lib.o pem_all.o pem_err.o pem_x509.o pem_xaux.o pem_oth.o pem_pk8.o pem_pkey.o pvkfmt.o /usr/bin/ranlib ../../libcrypto.a || echo Never mind. make[3]: Leaving directory `/home/maldred/CODE/head/src/External/openssl-1.0.0/crypto/pem' making all in crypto/x509... make[3]: Entering directory `/home/maldred/CODE/head/src/External/openssl-1.0.0/crypto/x509' -- Mark Aldred Technical Development Manager TwinStrata, Inc. 508.651.0199 x205 www.twinstrata.comI can not build openssl 1.0.0
I'm building on ububtu 9.10 config command:
./config -DPURIFY shared no-rc4 no-mdc2
I get these errors:
gcc -I.. -I../.. -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DPURIFY -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -DMD32_REG_T=int -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DWHIRLPOOL_ASM -c -o pvkfmt.o pvkfmt.c
pvkfmt.c: In function ‘do_PVK_body’:
pvkfmt.c:759: warning: implicit declaration of function ‘EVP_rc4’
pvkfmt.c:759: warning: passing argument 2 of ‘EVP_DecryptInit_ex’ makes pointer from integer without a cast
../../include/openssl/evp.h:548: note: expected ‘const struct EVP_CIPHER *’ but argument is of type ‘int’
pvkfmt.c:768: warning: passing argument 2 of ‘EVP_DecryptInit_ex’ makes pointer from integer without a cast
../../include/openssl/evp.h:548: note: expected ‘const struct EVP_CIPHER *’ but argument is of type ‘int’
pvkfmt.c: In function ‘i2b_PVK’:
pvkfmt.c:908: warning: passing argument 2 of ‘EVP_EncryptInit_ex’ makes pointer from integer without a cast
../../include/openssl/evp.h:539: note: expected ‘const struct EVP_CIPHER *’ but argument is of type ‘int’
ar r ../../libcrypto.a pem_sign.o pem_seal.o pem_info.o pem_lib.o pem_all.o pem_err.o pem_x509.o pem_xaux.o pem_oth.o pem_pk8.o pem_pkey.o pvkfmt.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[3]: Leaving directory `/home/maldred/CODE/head/src/External/openssl-1.0.0/crypto/pem'
making all in crypto/x509...
make[3]: Entering directory `/home/maldred/CODE/head/src/External/openssl-1.0.0/crypto/x509'
--
Mark Aldred
Technical Development Manager
TwinStrata, Inc.
508.651.0199 x205
www.twinstrata.com
