diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-08-29 14:51:37 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-08-29 14:51:37 +0200 |
commit | ca19d955ebaa690b5580bb8c18ca20ab5daf8fff (patch) | |
tree | 1b7360d5ccfd1d32eed7fb0cdae4e6f8b9530b9e /modules/crypto | |
parent | 2477d329d432a5969750486f2ea7657f5c54abae (diff) | |
download | gnulib-ca19d955ebaa690b5580bb8c18ca20ab5daf8fff.tar.gz |
Add bitrotate module.
Diffstat (limited to 'modules/crypto')
-rw-r--r-- | modules/crypto/arctwo | 1 | ||||
-rw-r--r-- | modules/crypto/gc-arctwo | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/crypto/arctwo b/modules/crypto/arctwo index 502b471704..c6ac35fcf4 100644 --- a/modules/crypto/arctwo +++ b/modules/crypto/arctwo @@ -8,6 +8,7 @@ m4/arctwo.m4 Depends-on: stdint +bitrotate configure.ac: gl_ARCTWO diff --git a/modules/crypto/gc-arctwo b/modules/crypto/gc-arctwo index 479120afb8..b26540203c 100644 --- a/modules/crypto/gc-arctwo +++ b/modules/crypto/gc-arctwo @@ -10,6 +10,7 @@ m4/arctwo.m4 Depends-on: stdint crypto/gc +bitrotate configure.ac: gl_GC_ARCTWO |