diff options
author | lloyd <[email protected]> | 2008-09-28 17:43:11 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-28 17:43:11 +0000 |
commit | 389dd2cdf55a57960581f686a8a766475a1f5d38 (patch) | |
tree | fcbfb33434d59feadfaacbd49813c14d45d96133 /modules | |
parent | b80031b5b58c309fb6dd77d23ac706360a60850c (diff) |
Add unknown modinfos for MACs
Diffstat (limited to 'modules')
-rw-r--r-- | modules/mac/ssl3mac/modinfo.txt | 10 | ||||
-rw-r--r-- | modules/mac/x919_mac/modinfo.txt | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/modules/mac/ssl3mac/modinfo.txt b/modules/mac/ssl3mac/modinfo.txt new file mode 100644 index 000000000..d7a86e571 --- /dev/null +++ b/modules/mac/ssl3mac/modinfo.txt @@ -0,0 +1,10 @@ +realname "SSLv3 MAC" + +define SSL3_MAC + +load_on auto + +<add> +ssl3_mac.cpp +ssl3_mac.h +</add> diff --git a/modules/mac/x919_mac/modinfo.txt b/modules/mac/x919_mac/modinfo.txt new file mode 100644 index 000000000..24c78b1c6 --- /dev/null +++ b/modules/mac/x919_mac/modinfo.txt @@ -0,0 +1,10 @@ +realname "ANSI X9.19 MAC" + +define ANSI_X919_MAC + +load_on auto + +<add> +x919_mac.cpp +x919_mac.h +</add> |