svn commit: r196133 - in head/crypto/openssl: apps test

Simon L. Nielsen simon at FreeBSD.org
Wed Aug 12 12:10:11 UTC 2009


Author: simon
Date: Wed Aug 12 12:10:00 2009
New Revision: 196133
URL: http://svn.freebsd.org/changeset/base/196133

Log:
  Remove symlinks in OpenSSL's testing framework.  These are not required
  for normal build, and doesn't export well to CVS.
  
  If they are needed later a script will be added to recreate the symlinks
  when needed at build time.
  
  Approved by:	re (rwatson)

Deleted:
  head/crypto/openssl/apps/md4.c
  head/crypto/openssl/test/bftest.c
  head/crypto/openssl/test/bntest.c
  head/crypto/openssl/test/casttest.c
  head/crypto/openssl/test/destest.c
  head/crypto/openssl/test/dhtest.c
  head/crypto/openssl/test/dsatest.c
  head/crypto/openssl/test/ecdhtest.c
  head/crypto/openssl/test/ecdsatest.c
  head/crypto/openssl/test/ectest.c
  head/crypto/openssl/test/enginetest.c
  head/crypto/openssl/test/evp_test.c
  head/crypto/openssl/test/exptest.c
  head/crypto/openssl/test/fips_aesavs.c
  head/crypto/openssl/test/fips_desmovs.c
  head/crypto/openssl/test/fips_dsatest.c
  head/crypto/openssl/test/fips_dssvs.c
  head/crypto/openssl/test/fips_hmactest.c
  head/crypto/openssl/test/fips_randtest.c
  head/crypto/openssl/test/fips_rngvs.c
  head/crypto/openssl/test/fips_rsagtest.c
  head/crypto/openssl/test/fips_rsastest.c
  head/crypto/openssl/test/fips_rsavtest.c
  head/crypto/openssl/test/fips_shatest.c
  head/crypto/openssl/test/fips_test_suite.c
  head/crypto/openssl/test/hmactest.c
  head/crypto/openssl/test/ideatest.c
  head/crypto/openssl/test/jpaketest.c
  head/crypto/openssl/test/md2test.c
  head/crypto/openssl/test/md4test.c
  head/crypto/openssl/test/md5test.c
  head/crypto/openssl/test/mdc2test.c
  head/crypto/openssl/test/randtest.c
  head/crypto/openssl/test/rc2test.c
  head/crypto/openssl/test/rc4test.c
  head/crypto/openssl/test/rc5test.c
  head/crypto/openssl/test/rmdtest.c
  head/crypto/openssl/test/rsa_test.c
  head/crypto/openssl/test/sha1test.c
  head/crypto/openssl/test/sha256t.c
  head/crypto/openssl/test/sha512t.c
  head/crypto/openssl/test/shatest.c
  head/crypto/openssl/test/ssltest.c


More information about the svn-src-head mailing list