From c30d5eefc96925b4bef781806c7a0114eca1b8e0 Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 26 Jun 2014 09:30:29 +0200 Subject: Opdated to openssl-1.0.1h xkeyboard-config fontconfig libX11 libxcb xcb-proto mesa xserver git update 26 June 2014 xserver commit a3b44ad8db1fa2f3b81c1ff9498f31c5323edd37 libxcb commit 125135452a554e89e49448e2c1ee6658324e1095 libxcb/xcb-proto commit 84bfd909bc3774a459b11614cfebeaa584a1eb38 xkeyboard-config commit 39a226707b133ab5540c2d30176cb3857e74dcca libX11 commit a4679baaa18142576d42d423afe816447f08336c fontconfig commit 274f2181f294af2eff3e8db106ec8d7bab2d3ff1 mesa commit 9a8acafa47558cafeb37f80f4b30061ac1962c69 --- openssl/test/Makefile | 40 +++++++++++++++++++++++++++++++++++----- openssl/test/bftest.c | 0 openssl/test/bntest.c | 0 openssl/test/casttest.c | 0 openssl/test/destest.c | 0 openssl/test/dhtest.c | 0 openssl/test/dsatest.c | 0 openssl/test/ecdhtest.c | 0 openssl/test/ecdsatest.c | 0 openssl/test/ectest.c | 0 openssl/test/enginetest.c | 0 openssl/test/evp_test.c | 0 openssl/test/exptest.c | 0 openssl/test/heartbeat_test.c | 1 + openssl/test/hmactest.c | 0 openssl/test/ideatest.c | 0 openssl/test/jpaketest.c | 0 openssl/test/md2test.c | 0 openssl/test/md4test.c | 0 openssl/test/md5test.c | 0 openssl/test/mdc2test.c | 0 openssl/test/randtest.c | 0 openssl/test/rc2test.c | 0 openssl/test/rc4test.c | 0 openssl/test/rc5test.c | 0 openssl/test/rmdtest.c | 0 openssl/test/rsa_test.c | 0 openssl/test/sha1test.c | 0 openssl/test/sha256t.c | 0 openssl/test/sha512t.c | 0 openssl/test/shatest.c | 0 openssl/test/srptest.c | 0 openssl/test/ssltest.c | 0 openssl/test/wp_test.c | 0 34 files changed, 36 insertions(+), 5 deletions(-) mode change 100644 => 120000 openssl/test/bftest.c mode change 100644 => 120000 openssl/test/bntest.c mode change 100644 => 120000 openssl/test/casttest.c mode change 100644 => 120000 openssl/test/destest.c mode change 100644 => 120000 openssl/test/dhtest.c mode change 100644 => 120000 openssl/test/dsatest.c mode change 100644 => 120000 openssl/test/ecdhtest.c mode change 100644 => 120000 openssl/test/ecdsatest.c mode change 100644 => 120000 openssl/test/ectest.c mode change 100644 => 120000 openssl/test/enginetest.c mode change 100644 => 120000 openssl/test/evp_test.c mode change 100644 => 120000 openssl/test/exptest.c create mode 120000 openssl/test/heartbeat_test.c mode change 100644 => 120000 openssl/test/hmactest.c mode change 100644 => 120000 openssl/test/ideatest.c mode change 100644 => 120000 openssl/test/jpaketest.c mode change 100644 => 120000 openssl/test/md2test.c mode change 100644 => 120000 openssl/test/md4test.c mode change 100644 => 120000 openssl/test/md5test.c mode change 100644 => 120000 openssl/test/mdc2test.c mode change 100644 => 120000 openssl/test/randtest.c mode change 100644 => 120000 openssl/test/rc2test.c mode change 100644 => 120000 openssl/test/rc4test.c mode change 100644 => 120000 openssl/test/rc5test.c mode change 100644 => 120000 openssl/test/rmdtest.c mode change 100644 => 120000 openssl/test/rsa_test.c mode change 100644 => 120000 openssl/test/sha1test.c mode change 100644 => 120000 openssl/test/sha256t.c mode change 100644 => 120000 openssl/test/sha512t.c mode change 100644 => 120000 openssl/test/shatest.c mode change 100644 => 120000 openssl/test/srptest.c mode change 100644 => 120000 openssl/test/ssltest.c mode change 100644 => 120000 openssl/test/wp_test.c (limited to 'openssl/test') diff --git a/openssl/test/Makefile b/openssl/test/Makefile index 4c9eabcc2..005f2e8d6 100644 --- a/openssl/test/Makefile +++ b/openssl/test/Makefile @@ -63,6 +63,7 @@ IGETEST= igetest JPAKETEST= jpaketest SRPTEST= srptest ASN1TEST= asn1test +HEARTBEATTEST= heartbeat_test TESTS= alltests @@ -74,7 +75,7 @@ EXE= $(BNTEST)$(EXE_EXT) $(ECTEST)$(EXE_EXT) $(ECDSATEST)$(EXE_EXT) $(ECDHTEST) $(RANDTEST)$(EXE_EXT) $(DHTEST)$(EXE_EXT) $(ENGINETEST)$(EXE_EXT) \ $(BFTEST)$(EXE_EXT) $(CASTTEST)$(EXE_EXT) $(SSLTEST)$(EXE_EXT) $(EXPTEST)$(EXE_EXT) $(DSATEST)$(EXE_EXT) $(RSATEST)$(EXE_EXT) \ $(EVPTEST)$(EXE_EXT) $(IGETEST)$(EXE_EXT) $(JPAKETEST)$(EXE_EXT) $(SRPTEST)$(EXE_EXT) \ - $(ASN1TEST)$(EXE_EXT) + $(ASN1TEST)$(EXE_EXT) $(HEARTBEATTEST)$(EXE_EXT) # $(METHTEST)$(EXE_EXT) @@ -86,7 +87,8 @@ OBJ= $(BNTEST).o $(ECTEST).o $(ECDSATEST).o $(ECDHTEST).o $(IDEATEST).o \ $(MDC2TEST).o $(RMDTEST).o \ $(RANDTEST).o $(DHTEST).o $(ENGINETEST).o $(CASTTEST).o \ $(BFTEST).o $(SSLTEST).o $(DSATEST).o $(EXPTEST).o $(RSATEST).o \ - $(EVPTEST).o $(IGETEST).o $(JPAKETEST).o $(ASN1TEST).o + $(EVPTEST).o $(IGETEST).o $(JPAKETEST).o $(ASN1TEST).o $(HEARTBEATTEST).o + SRC= $(BNTEST).c $(ECTEST).c $(ECDSATEST).c $(ECDHTEST).c $(IDEATEST).c \ $(MD2TEST).c $(MD4TEST).c $(MD5TEST).c \ $(HMACTEST).c $(WPTEST).c \ @@ -94,7 +96,8 @@ SRC= $(BNTEST).c $(ECTEST).c $(ECDSATEST).c $(ECDHTEST).c $(IDEATEST).c \ $(DESTEST).c $(SHATEST).c $(SHA1TEST).c $(MDC2TEST).c $(RMDTEST).c \ $(RANDTEST).c $(DHTEST).c $(ENGINETEST).c $(CASTTEST).c \ $(BFTEST).c $(SSLTEST).c $(DSATEST).c $(EXPTEST).c $(RSATEST).c \ - $(EVPTEST).c $(IGETEST).c $(JPAKETEST).c $(SRPTEST).c $(ASN1TEST).c + $(EVPTEST).c $(IGETEST).c $(JPAKETEST).c $(SRPTEST).c $(ASN1TEST).c \ + $(HEARTBEATTEST).c EXHEADER= HEADER= $(EXHEADER) @@ -137,7 +140,7 @@ alltests: \ test_enc test_x509 test_rsa test_crl test_sid \ test_gen test_req test_pkcs7 test_verify test_dh test_dsa \ test_ss test_ca test_engine test_evp test_ssl test_tsa test_ige \ - test_jpake test_srp test_cms + test_jpake test_srp test_cms test_heartbeat test_evp: ../util/shlib_wrap.sh ./$(EVPTEST) evptests.txt @@ -227,7 +230,7 @@ test_bn: @../util/shlib_wrap.sh ./$(BNTEST) >tmp.bntest @echo quit >>tmp.bntest @echo "running bc" - @) {if (/^test (.*)/) {print STDERR "\nverify $$1";} elsif (!/^0$$/) {die "\nFailed! bc: $$_";} else {print STDERR "."; $$i++;}} print STDERR "\n$$i tests passed\n"' + @) {if (/^test (.*)/) {print STDERR "\nverify $$1";} elsif (!/^0\r?$$/) {die "\nFailed! bc: $$_";} else {print STDERR "."; $$i++;}} print STDERR "\n$$i tests passed\n"' @echo 'test a^b%c implementations' ../util/shlib_wrap.sh ./$(EXPTEST) @@ -318,6 +321,9 @@ test_srp: $(SRPTEST)$(EXE_EXT) @echo "Test SRP" ../util/shlib_wrap.sh ./srptest +test_heartbeat: $(HEARTBEATTEST)$(EXE_EXT) + ../util/shlib_wrap.sh ./$(HEARTBEATTEST) + lint: lint -DLINT $(INCLUDES) $(SRC)>fluff @@ -469,6 +475,9 @@ $(ASN1TEST)$(EXE_EXT): $(ASN1TEST).o $(DLIBCRYPTO) $(SRPTEST)$(EXE_EXT): $(SRPTEST).o $(DLIBCRYPTO) @target=$(SRPTEST); $(BUILD_CMD) +$(HEARTBEATTEST)$(EXE_EXT): $(HEARTBEATTEST).o $(DLIBCRYPTO) + @target=$(HEARTBEATTEST); $(BUILD_CMD) + #$(AESTEST).o: $(AESTEST).c # $(CC) -c $(CFLAGS) -DINTERMEDIATE_VALUE_KAT -DTRACE_KAT_MCT $(AESTEST).c @@ -604,6 +613,27 @@ exptest.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h exptest.o: ../include/openssl/ossl_typ.h ../include/openssl/rand.h exptest.o: ../include/openssl/safestack.h ../include/openssl/stack.h exptest.o: ../include/openssl/symhacks.h exptest.c +heartbeat_test.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h +heartbeat_test.o: ../include/openssl/buffer.h ../include/openssl/comp.h +heartbeat_test.o: ../include/openssl/crypto.h ../include/openssl/dsa.h +heartbeat_test.o: ../include/openssl/dtls1.h ../include/openssl/e_os2.h +heartbeat_test.o: ../include/openssl/ec.h ../include/openssl/ecdh.h +heartbeat_test.o: ../include/openssl/ecdsa.h ../include/openssl/err.h +heartbeat_test.o: ../include/openssl/evp.h ../include/openssl/hmac.h +heartbeat_test.o: ../include/openssl/kssl.h ../include/openssl/lhash.h +heartbeat_test.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h +heartbeat_test.o: ../include/openssl/opensslconf.h +heartbeat_test.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h +heartbeat_test.o: ../include/openssl/pem.h ../include/openssl/pem2.h +heartbeat_test.o: ../include/openssl/pkcs7.h ../include/openssl/pqueue.h +heartbeat_test.o: ../include/openssl/rsa.h ../include/openssl/safestack.h +heartbeat_test.o: ../include/openssl/sha.h ../include/openssl/srtp.h +heartbeat_test.o: ../include/openssl/ssl.h ../include/openssl/ssl2.h +heartbeat_test.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h +heartbeat_test.o: ../include/openssl/stack.h ../include/openssl/symhacks.h +heartbeat_test.o: ../include/openssl/tls1.h ../include/openssl/x509.h +heartbeat_test.o: ../include/openssl/x509_vfy.h ../ssl/ssl_locl.h +heartbeat_test.o: heartbeat_test.c hmactest.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h hmactest.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h hmactest.o: ../include/openssl/evp.h ../include/openssl/hmac.h diff --git a/openssl/test/bftest.c b/openssl/test/bftest.c deleted file mode 100644 index 78b1749a4..000000000 --- a/openssl/test/bftest.c +++ /dev/null @@ -1 +0,0 @@ -../crypto/bf/bftest.c \ No newline at end of file diff --git a/openssl/test/bftest.c b/openssl/test/bftest.c new file mode 120000 index 000000000..78b1749a4 --- /dev/null +++ b/openssl/test/bftest.c @@ -0,0 +1 @@ +../crypto/bf/bftest.c \ No newline at end of file diff --git a/openssl/test/bntest.c b/openssl/test/bntest.c deleted file mode 100644 index 03f54a238..000000000 --- a/openssl/test/bntest.c +++ /dev/null @@ -1 +0,0 @@ -../crypto/bn/bntest.c \ No newline at end of file diff --git a/openssl/test/bntest.c b/openssl/test/bntest.c new file mode 120000 index 000000000..03f54a238 --- /dev/null +++ b/openssl/test/bntest.c @@ -0,0 +1 @@ +../crypto/bn/bntest.c \ No newline at end of file diff --git a/openssl/test/casttest.c b/openssl/test/casttest.c deleted file mode 100644 index ac7ede8d7..000000000 --- a/openssl/test/casttest.c +++ /dev/null @@ -1 +0,0 @@ -../crypto/cast/casttest.c \ No newline at end of file diff --git a/openssl/test/casttest.c b/openssl/test/casttest.c new file mode 120000 index 000000000..ac7ede8d7 --- /dev/null +++ b/openssl/test/casttest.c @@ -0,0 +1 @@ +../crypto/cast/casttest.c \ No newline at end of file diff --git a/openssl/test/destest.c b/openssl/test/destest.c deleted file mode 100644 index 5988c7303..000000000 --- a/openssl/test/destest.c +++ /dev/null @@ -1 +0,0 @@ -../crypto/des/destest.c \ No newline at end of file diff --git a/openssl/test/destest.c b/openssl/test/destest.c new file mode 120000 index 000000000..5988c7303 --- /dev/null +++ b/openssl/test/destest.c @@ -0,0 +1 @@ +../crypto/des/destest.c \ No newline at end of file diff --git a/openssl/test/dhtest.c b/openssl/test/dhtest.c deleted file mode 100644 index 9a67f9162..000000000 --- a/openssl/test/dhtest.c +++ /dev/null @@ -1 +0,0 @@ -../crypto/dh/dhtest.c \ No newline at end of file diff --git a/openssl/test/dhtest.c b/openssl/test/dhtest.c new file mode 120000 index 000000000..9a67f9162 --- /dev/null +++ b/openssl/test/dhtest.c @@ -0,0 +1 @@ +../crypto/dh/dhtest.c \ No newline at end of file diff --git a/openssl/test/dsatest.c b/openssl/test/dsatest.c deleted file mode 100644 index 16a1b5a34..000000000 --- a/openssl/test/dsatest.c +++ /dev/null @@ -1 +0,0 @@ -../crypto/dsa/dsatest.c \ No newline at end of file diff --git a/openssl/test/dsatest.c b/openssl/test/dsatest.c new file mode 120000 index 000000000..16a1b5a34 --- /dev/null +++ b/openssl/test/dsatest.c @@ -0,0 +1 @@ +../crypto/dsa/dsatest.c \ No newline at end of file diff --git a/openssl/test/ecdhtest.c b/openssl/test/ecdhtest.c deleted file mode 100644 index 206d98686..000000000 --- a/openssl/test/ecdhtest.c +++ /dev/null @@ -1 +0,0 @@ -../crypto/ecdh/ecdhtest.c \ No newline at end of file diff --git a/openssl/test/ecdhtest.c b/openssl/test/ecdhtest.c new file mode 120000 index 000000000..206d98686 --- /dev/null +++ b/openssl/test/ecdhtest.c @@ -0,0 +1 @@ +../crypto/ecdh/ecdhtest.c \ No newline at end of file diff --git a/openssl/test/ecdsatest.c b/openssl/test/ecdsatest.c deleted file mode 100644 index 441082ba2..000000000 --- a/openssl/test/ecdsatest.c +++ /dev/null @@ -1 +0,0 @@ -../crypto/ecdsa/ecdsatest.c \ No newline at end of file diff --git a/openssl/test/ecdsatest.c b/openssl/test/ecdsatest.c new file mode 120000 index 000000000..441082ba2 --- /dev/null +++ b/openssl/test/ecdsatest.c @@ -0,0 +1 @@ +../crypto/ecdsa/ecdsatest.c \ No newline at end of file diff --git a/openssl/test/ectest.c b/openssl/test/ectest.c deleted file mode 100644 index df1831f81..000000000 --- a/openssl/test/ectest.c +++ /dev/null @@ -1 +0,0 @@ -../crypto/ec/ectest.c \ No newline at end of file diff --git a/openssl/test/ectest.c b/openssl/test/ectest.c new file mode 120000 index 000000000..df1831f81 --- /dev/null +++ b/openssl/test/ectest.c @@ -0,0 +1 @@ +../crypto/ec/ectest.c \ No newline at end of file diff --git a/openssl/test/enginetest.c b/openssl/test/enginetest.c deleted file mode 100644 index 5c74a6f41..000000000 --- a/openssl/test/enginetest.c +++ /dev/null @@ -1 +0,0 @@ -../crypto/engine/enginetest.c \ No newline at end of file diff --git a/openssl/test/enginetest.c b/openssl/test/enginetest.c new file mode 120000 index 000000000..5c74a6f41 --- /dev/null +++ b/openssl/test/enginetest.c @@ -0,0 +1 @@ +../crypto/engine/enginetest.c \ No newline at end of file diff --git a/openssl/test/evp_test.c b/openssl/test/evp_test.c deleted file mode 100644 index 074162812..000000000 --- a/openssl/test/evp_test.c +++ /dev/null @@ -1 +0,0 @@ -../crypto/evp/evp_test.c \ No newline at end of file diff --git a/openssl/test/evp_test.c b/openssl/test/evp_test.c new file mode 120000 index 000000000..074162812 --- /dev/null +++ b/openssl/test/evp_test.c @@ -0,0 +1 @@ +../crypto/evp/evp_test.c \ No newline at end of file diff --git a/openssl/test/exptest.c b/openssl/test/exptest.c deleted file mode 100644 index 50ccf71cb..000000000 --- a/openssl/test/exptest.c +++ /dev/null @@ -1 +0,0 @@ -../crypto/bn/exptest.c \ No newline at end of file diff --git a/openssl/test/exptest.c b/openssl/test/exptest.c new file mode 120000 index 000000000..50ccf71cb --- /dev/null +++ b/openssl/test/exptest.c @@ -0,0 +1 @@ +../crypto/bn/exptest.c \ No newline at end of file diff --git a/openssl/test/heartbeat_test.c b/openssl/test/heartbeat_test.c new file mode 120000 index 000000000..79576fd5a --- /dev/null +++ b/openssl/test/heartbeat_test.c @@ -0,0 +1 @@ +../ssl/heartbeat_test.c \ No newline at end of file diff --git a/openssl/test/hmactest.c b/openssl/test/hmactest.c deleted file mode 100644 index 353ee2c7f..000000000 --- a/openssl/test/hmactest.c +++ /dev/null @@ -1 +0,0 @@ -../crypto/hmac/hmactest.c \ No newline at end of file diff --git a/openssl/test/hmactest.c b/openssl/test/hmactest.c new file mode 120000 index 000000000..353ee2c7f --- /dev/null +++ b/openssl/test/hmactest.c @@ -0,0 +1 @@ +../crypto/hmac/hmactest.c \ No newline at end of file diff --git a/openssl/test/ideatest.c b/openssl/test/ideatest.c deleted file mode 100644 index a9bfb3d48..000000000 --- a/openssl/test/ideatest.c +++ /dev/null @@ -1 +0,0 @@ -../crypto/idea/ideatest.c \ No newline at end of file diff --git a/openssl/test/ideatest.c b/openssl/test/ideatest.c new file mode 120000 index 000000000..a9bfb3d48 --- /dev/null +++ b/openssl/test/ideatest.c @@ -0,0 +1 @@ +../crypto/idea/ideatest.c \ No newline at end of file diff --git a/openssl/test/jpaketest.c b/openssl/test/jpaketest.c deleted file mode 100644 index 49f44f8b6..000000000 --- a/openssl/test/jpaketest.c +++ /dev/null @@ -1 +0,0 @@ -dummytest.c \ No newline at end of file diff --git a/openssl/test/jpaketest.c b/openssl/test/jpaketest.c new file mode 120000 index 000000000..49f44f8b6 --- /dev/null +++ b/openssl/test/jpaketest.c @@ -0,0 +1 @@ +dummytest.c \ No newline at end of file diff --git a/openssl/test/md2test.c b/openssl/test/md2test.c deleted file mode 100644 index 49f44f8b6..000000000 --- a/openssl/test/md2test.c +++ /dev/null @@ -1 +0,0 @@ -dummytest.c \ No newline at end of file diff --git a/openssl/test/md2test.c b/openssl/test/md2test.c new file mode 120000 index 000000000..49f44f8b6 --- /dev/null +++ b/openssl/test/md2test.c @@ -0,0 +1 @@ +dummytest.c \ No newline at end of file diff --git a/openssl/test/md4test.c b/openssl/test/md4test.c deleted file mode 100644 index 1509be911..000000000 --- a/openssl/test/md4test.c +++ /dev/null @@ -1 +0,0 @@ -../crypto/md4/md4test.c \ No newline at end of file diff --git a/openssl/test/md4test.c b/openssl/test/md4test.c new file mode 120000 index 000000000..1509be911 --- /dev/null +++ b/openssl/test/md4test.c @@ -0,0 +1 @@ +../crypto/md4/md4test.c \ No newline at end of file diff --git a/openssl/test/md5test.c b/openssl/test/md5test.c deleted file mode 100644 index 20f4aaf0a..000000000 --- a/openssl/test/md5test.c +++ /dev/null @@ -1 +0,0 @@ -../crypto/md5/md5test.c \ No newline at end of file diff --git a/openssl/test/md5test.c b/openssl/test/md5test.c new file mode 120000 index 000000000..20f4aaf0a --- /dev/null +++ b/openssl/test/md5test.c @@ -0,0 +1 @@ +../crypto/md5/md5test.c \ No newline at end of file diff --git a/openssl/test/mdc2test.c b/openssl/test/mdc2test.c deleted file mode 100644 index c4ffe4835..000000000 --- a/openssl/test/mdc2test.c +++ /dev/null @@ -1 +0,0 @@ -../crypto/mdc2/mdc2test.c \ No newline at end of file diff --git a/openssl/test/mdc2test.c b/openssl/test/mdc2test.c new file mode 120000 index 000000000..c4ffe4835 --- /dev/null +++ b/openssl/test/mdc2test.c @@ -0,0 +1 @@ +../crypto/mdc2/mdc2test.c \ No newline at end of file diff --git a/openssl/test/randtest.c b/openssl/test/randtest.c deleted file mode 100644 index a2b107a2b..000000000 --- a/openssl/test/randtest.c +++ /dev/null @@ -1 +0,0 @@ -../crypto/rand/randtest.c \ No newline at end of file diff --git a/openssl/test/randtest.c b/openssl/test/randtest.c new file mode 120000 index 000000000..a2b107a2b --- /dev/null +++ b/openssl/test/randtest.c @@ -0,0 +1 @@ +../crypto/rand/randtest.c \ No newline at end of file diff --git a/openssl/test/rc2test.c b/openssl/test/rc2test.c deleted file mode 100644 index 5c53ad984..000000000 --- a/openssl/test/rc2test.c +++ /dev/null @@ -1 +0,0 @@ -../crypto/rc2/rc2test.c \ No newline at end of file diff --git a/openssl/test/rc2test.c b/openssl/test/rc2test.c new file mode 120000 index 000000000..5c53ad984 --- /dev/null +++ b/openssl/test/rc2test.c @@ -0,0 +1 @@ +../crypto/rc2/rc2test.c \ No newline at end of file diff --git a/openssl/test/rc4test.c b/openssl/test/rc4test.c deleted file mode 100644 index 061ac3773..000000000 --- a/openssl/test/rc4test.c +++ /dev/null @@ -1 +0,0 @@ -../crypto/rc4/rc4test.c \ No newline at end of file diff --git a/openssl/test/rc4test.c b/openssl/test/rc4test.c new file mode 120000 index 000000000..061ac3773 --- /dev/null +++ b/openssl/test/rc4test.c @@ -0,0 +1 @@ +../crypto/rc4/rc4test.c \ No newline at end of file diff --git a/openssl/test/rc5test.c b/openssl/test/rc5test.c deleted file mode 100644 index 49f44f8b6..000000000 --- a/openssl/test/rc5test.c +++ /dev/null @@ -1 +0,0 @@ -dummytest.c \ No newline at end of file diff --git a/openssl/test/rc5test.c b/openssl/test/rc5test.c new file mode 120000 index 000000000..49f44f8b6 --- /dev/null +++ b/openssl/test/rc5test.c @@ -0,0 +1 @@ +dummytest.c \ No newline at end of file diff --git a/openssl/test/rmdtest.c b/openssl/test/rmdtest.c deleted file mode 100644 index ce6646065..000000000 --- a/openssl/test/rmdtest.c +++ /dev/null @@ -1 +0,0 @@ -../crypto/ripemd/rmdtest.c \ No newline at end of file diff --git a/openssl/test/rmdtest.c b/openssl/test/rmdtest.c new file mode 120000 index 000000000..ce6646065 --- /dev/null +++ b/openssl/test/rmdtest.c @@ -0,0 +1 @@ +../crypto/ripemd/rmdtest.c \ No newline at end of file diff --git a/openssl/test/rsa_test.c b/openssl/test/rsa_test.c deleted file mode 100644 index aaea20d98..000000000 --- a/openssl/test/rsa_test.c +++ /dev/null @@ -1 +0,0 @@ -../crypto/rsa/rsa_test.c \ No newline at end of file diff --git a/openssl/test/rsa_test.c b/openssl/test/rsa_test.c new file mode 120000 index 000000000..aaea20d98 --- /dev/null +++ b/openssl/test/rsa_test.c @@ -0,0 +1 @@ +../crypto/rsa/rsa_test.c \ No newline at end of file diff --git a/openssl/test/sha1test.c b/openssl/test/sha1test.c deleted file mode 100644 index 8d66e9ee4..000000000 --- a/openssl/test/sha1test.c +++ /dev/null @@ -1 +0,0 @@ -../crypto/sha/sha1test.c \ No newline at end of file diff --git a/openssl/test/sha1test.c b/openssl/test/sha1test.c new file mode 120000 index 000000000..8d66e9ee4 --- /dev/null +++ b/openssl/test/sha1test.c @@ -0,0 +1 @@ +../crypto/sha/sha1test.c \ No newline at end of file diff --git a/openssl/test/sha256t.c b/openssl/test/sha256t.c deleted file mode 100644 index 952a50867..000000000 --- a/openssl/test/sha256t.c +++ /dev/null @@ -1 +0,0 @@ -../crypto/sha/sha256t.c \ No newline at end of file diff --git a/openssl/test/sha256t.c b/openssl/test/sha256t.c new file mode 120000 index 000000000..952a50867 --- /dev/null +++ b/openssl/test/sha256t.c @@ -0,0 +1 @@ +../crypto/sha/sha256t.c \ No newline at end of file diff --git a/openssl/test/sha512t.c b/openssl/test/sha512t.c deleted file mode 100644 index c80d152f1..000000000 --- a/openssl/test/sha512t.c +++ /dev/null @@ -1 +0,0 @@ -../crypto/sha/sha512t.c \ No newline at end of file diff --git a/openssl/test/sha512t.c b/openssl/test/sha512t.c new file mode 120000 index 000000000..c80d152f1 --- /dev/null +++ b/openssl/test/sha512t.c @@ -0,0 +1 @@ +../crypto/sha/sha512t.c \ No newline at end of file diff --git a/openssl/test/shatest.c b/openssl/test/shatest.c deleted file mode 100644 index 43cfda78f..000000000 --- a/openssl/test/shatest.c +++ /dev/null @@ -1 +0,0 @@ -../crypto/sha/shatest.c \ No newline at end of file diff --git a/openssl/test/shatest.c b/openssl/test/shatest.c new file mode 120000 index 000000000..43cfda78f --- /dev/null +++ b/openssl/test/shatest.c @@ -0,0 +1 @@ +../crypto/sha/shatest.c \ No newline at end of file diff --git a/openssl/test/srptest.c b/openssl/test/srptest.c deleted file mode 100644 index 953486826..000000000 --- a/openssl/test/srptest.c +++ /dev/null @@ -1 +0,0 @@ -../crypto/srp/srptest.c \ No newline at end of file diff --git a/openssl/test/srptest.c b/openssl/test/srptest.c new file mode 120000 index 000000000..953486826 --- /dev/null +++ b/openssl/test/srptest.c @@ -0,0 +1 @@ +../crypto/srp/srptest.c \ No newline at end of file diff --git a/openssl/test/ssltest.c b/openssl/test/ssltest.c deleted file mode 100644 index 40191f0da..000000000 --- a/openssl/test/ssltest.c +++ /dev/null @@ -1 +0,0 @@ -../ssl/ssltest.c \ No newline at end of file diff --git a/openssl/test/ssltest.c b/openssl/test/ssltest.c new file mode 120000 index 000000000..40191f0da --- /dev/null +++ b/openssl/test/ssltest.c @@ -0,0 +1 @@ +../ssl/ssltest.c \ No newline at end of file diff --git a/openssl/test/wp_test.c b/openssl/test/wp_test.c deleted file mode 100644 index 81b2021f3..000000000 --- a/openssl/test/wp_test.c +++ /dev/null @@ -1 +0,0 @@ -../crypto/whrlpool/wp_test.c \ No newline at end of file diff --git a/openssl/test/wp_test.c b/openssl/test/wp_test.c new file mode 120000 index 000000000..81b2021f3 --- /dev/null +++ b/openssl/test/wp_test.c @@ -0,0 +1 @@ +../crypto/whrlpool/wp_test.c \ No newline at end of file -- cgit v1.2.3