Skip to content

Commit

Permalink
Add crypto_kdf to the config
Browse files Browse the repository at this point in the history
  • Loading branch information
bukka committed Sep 22, 2016
1 parent 4db8d85 commit 0ed21bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ if test "$PHP_CRYPTO" != "no"; then
crypto_object.c \
crypto_cipher.c \
crypto_hash.c \
crypto_kdf.c \
crypto_base64.c \
crypto_stream.c \
crypto_rand.c,
Expand Down
1 change: 1 addition & 0 deletions config.w32
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ if (PHP_CRYPTO != "no") {
crypto_object.c \
crypto_cipher.c \
crypto_hash.c \
crypto_kdf.c \
crypto_base64.c \
crypto_stream.c \
crypto_rand.c");
Expand Down

0 comments on commit 0ed21bd

Please sign in to comment.