Skip to content

Commit

Permalink
Compatibility for arc4random.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsdz committed Aug 10, 2024
1 parent be17364 commit acf8bfb
Show file tree
Hide file tree
Showing 7 changed files with 1,445 additions and 490 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ REGRESS_CRYPT = regress/crypt
REGRESS_B64 = regress/b64_ntop
REGRESS_LIB_SOCKET = regress/SOCK_NONBLOCK
REGRESS_SCAN_SCALED = regress/scan_scaled
REGRESS_NODEP = regress/blowfish \
REGRESS_NODEP = regress/arc4random \
regress/blowfish \
regress/capsicum \
regress/crypt_newhash \
regress/endian \
Expand Down
3 changes: 2 additions & 1 deletion Makefile.regen
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.PHONY: distcheck

VERSION = 0.3.13
COMPATS = compat_blowfish.c \
COMPATS = compat_arc4random.c \
compat_blowfish.c \
compat_crypt_newhash.c \
compat_err.c \
compat_b64_ntop.c \
Expand Down
Loading

0 comments on commit acf8bfb

Please sign in to comment.