summaryrefslogtreecommitdiff
path: root/modules/crypto/gc-camellia
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-10-22 09:32:11 +0200
committerSimon Josefsson <simon@josefsson.org>2007-10-22 09:32:11 +0200
commit2d6501c921265a1536ca044f45773e761b639706 (patch)
tree6bb32010b57733220b78cd4d3d4d9edf7ccf0d77 /modules/crypto/gc-camellia
parentb942324d82c17e89893255fbd619a7de68fc8ef4 (diff)
downloadgnulib-2d6501c921265a1536ca044f45773e761b639706.tar.gz
Add module 'gc-camellia'.
Diffstat (limited to 'modules/crypto/gc-camellia')
-rw-r--r--modules/crypto/gc-camellia23
1 files changed, 23 insertions, 0 deletions
diff --git a/modules/crypto/gc-camellia b/modules/crypto/gc-camellia
new file mode 100644
index 0000000000..207ffa76b7
--- /dev/null
+++ b/modules/crypto/gc-camellia
@@ -0,0 +1,23 @@
+Description:
+Generic crypto wrappers for Camellia block cipher.
+
+Files:
+m4/gc-camellia.m4
+
+Depends-on:
+crypto/gc
+
+configure.ac:
+gl_GC_CAMELLIA
+gl_MODULE_INDICATOR([gc-camellia])
+
+Makefile.am:
+
+Include:
+"gc.h"
+
+License:
+LGPLv2+
+
+Maintainer:
+Simon Josefsson