diff options
author | June McEnroe <june@causal.agency> | 2020-07-31 23:35:12 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-31 23:35:12 -0400 |
commit | 04ad4ecc7b4b5db1bbe10372a6820ed88e2799e8 (patch) | |
tree | 1d2e37d449f46029b2610a0a4576637c5780c102 /configure | |
parent | Rewrite configure script for all platforms (diff) | |
download | pounce-04ad4ecc7b4b5db1bbe10372a6820ed88e2799e8.tar.gz pounce-04ad4ecc7b4b5db1bbe10372a6820ed88e2799e8.zip |
Use RAND_bytes instead of arc4random_buf
This adds an actual dependency on libcrypto, but removes a dependency on BSD (or LibreSSL libcrypto specifically).
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index c617b1f..f007db3 100755 --- a/configure +++ b/configure @@ -33,7 +33,7 @@ done case "$(uname)" in (FreeBSD) ldlibs -lcrypt - config libtls + config libcrypto libtls defvar OPENSSL_BIN openssl exec_prefix /bin/openssl defstr CERTBOT_PATH /usr/local/etc/letsencrypt echo 'INSTALLS = install-rcs install-dirs' |