Move ssltest.c to a regress test.
authorjsing <jsing@openbsd.org>
Sat, 24 May 2014 14:56:32 +0000 (14:56 +0000)
committerjsing <jsing@openbsd.org>
Sat, 24 May 2014 14:56:32 +0000 (14:56 +0000)
commite90e4caf964b20596e948f9b6badec069962c7ee
tree2c92b628d53976ced5efa2d0fa978b427f0561ad
parent5480ff59a9116839a0df98ee726a8c8644b555ce
Move ssltest.c to a regress test.
lib/libssl/src/ssl/ssltest.c [deleted file]
regress/lib/libssl/Makefile [new file with mode: 0644]
regress/lib/libssl/certs/ca.pem [new file with mode: 0644]
regress/lib/libssl/certs/client.pem [new file with mode: 0644]
regress/lib/libssl/certs/server.pem [new file with mode: 0644]
regress/lib/libssl/ssl/Makefile [new file with mode: 0644]
regress/lib/libssl/ssl/ssltest.c [new file with mode: 0644]
regress/lib/libssl/ssl/testssl [new file with mode: 0644]