CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/05/24 07:32:46
Modified files: regress/usr.sbin: Makefile Added files: regress/usr.sbin/openssl: Makefile README openssl.cnf test_client.sh test_server.sh testdsa.sh testenc.sh testrsa.sh Removed files: regress/lib/libssl: Makefile README openssl.cnf test_client.sh test_server.sh testdsa.sh testenc.sh testrsa.sh Log message: Move the regress tests that are in lib/libssl to usr.sbin/openssl, since they are really testing openssl(1) (although this also tests libcrypto and libssl), rather than actual parts of the libssl library. Discussed with miod@