aboutsummaryrefslogtreecommitdiffstats
path: root/src/kdf/x942_prf/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-08 15:16:16 +0000
committerlloyd <[email protected]>2008-10-08 15:16:16 +0000
commit123f1dc39d54eaa144a746293921396e257903c6 (patch)
treefc0af1cd4cdd0d5fa6ff1fbd0e9cb0ff479362fc /src/kdf/x942_prf/info.txt
parentd40700c4b96c2f503991cbb36d72426d4b67a490 (diff)
Append _prf to sslv3, tlsv1, x932 module names
Diffstat (limited to 'src/kdf/x942_prf/info.txt')
-rw-r--r--src/kdf/x942_prf/info.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/kdf/x942_prf/info.txt b/src/kdf/x942_prf/info.txt
new file mode 100644
index 000000000..096745dce
--- /dev/null
+++ b/src/kdf/x942_prf/info.txt
@@ -0,0 +1,15 @@
+realname "X942 PRF"
+
+define X942_PRF
+
+load_on auto
+
+<requires>
+core
+oid_lookup
+</requires>
+
+<add>
+prf_x942.cpp
+prf_x942.h
+</add>