diff options
| author | Michael Forney <mforney@mforney.org> | 2016-07-07 19:00:05 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-07-07 19:00:05 -0700 |
| commit | fd1c15ca606068b5b10ab3ee067e56a790c49dce (patch) | |
| tree | 45e41074b72ee43ec059dc7c386b74593867f77e | |
| parent | 5e16c23915d1bd48813204be0576f6e67701a092 (diff) | |
libressl: Add openssl tool
| -rw-r--r-- | core/libressl/gen.rc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/core/libressl/gen.rc b/core/libressl/gen.rc index 8b1ffcd0..124de324 100644 --- a/core/libressl/gen.rc +++ b/core/libressl/gen.rc @@ -287,6 +287,19 @@ lib libssl.a src/lib/libssl/src/ssl/^(\ ) file lib/libssl.a '$outdir'/libssl.a 644 +# src/usr.bin/openssl/Makefile +exe openssl src/usr.bin/openssl/^(\ + apps.c apps_posix.c asn1pars.c ca.c certhash.c ciphers.c cms.c crl.c\ + crl2p7.c dgst.c dh.c dhparam.c dsa.c dsaparam.c ec.c ecparam.c enc.c\ + errstr.c gendh.c gendsa.c genpkey.c genrsa.c nseq.c ocsp.c\ + openssl.c passwd.c pkcs12.c pkcs7.c pkcs8.c pkey.c pkeyparam.c\ + pkeyutl.c prime.c rand.c req.c rsa.c rsautl.c s_cb.c s_client.c\ + s_server.c s_socket.c s_time.c sess_id.c smime.c speed.c spkac.c ts.c\ + verify.c version.c x509.c\ +) libssl.a libcrypto.a '$builddir'/core/openbsd/libbsd.a +file bin/openssl '$outdir'/openssl 755 +file share/man/man1/openssl.1 '$srcdir'/src/usr.bin/openssl/openssl.1 644 + file share/libressl/cert.pem '$srcdir'/src/lib/libcrypto/cert.pem 644 fetch git |
