diff options
author | lloyd <[email protected]> | 2009-12-16 00:32:49 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-12-16 00:32:49 +0000 |
commit | 87cbaef441c6baba2699a8ea53ac2562c46c772d (patch) | |
tree | a61455bcb4de0e0eab34953f7a53a84b512f34d3 /src/mac | |
parent | 076afc21c2b775d2658f33086b890255f6f2c70f (diff) |
Full working amalgamation build, plus internal-only headers concept.
Diffstat (limited to 'src/mac')
-rw-r--r-- | src/mac/cbc_mac/info.txt | 7 | ||||
-rw-r--r-- | src/mac/cmac/info.txt | 7 | ||||
-rw-r--r-- | src/mac/hmac/info.txt | 7 | ||||
-rw-r--r-- | src/mac/info.txt | 7 | ||||
-rw-r--r-- | src/mac/ssl3mac/info.txt | 7 | ||||
-rw-r--r-- | src/mac/x919_mac/info.txt | 7 |
6 files changed, 0 insertions, 42 deletions
diff --git a/src/mac/cbc_mac/info.txt b/src/mac/cbc_mac/info.txt index 80adc5fd0..b65bb684c 100644 --- a/src/mac/cbc_mac/info.txt +++ b/src/mac/cbc_mac/info.txt @@ -1,12 +1,5 @@ define CBC_MAC -load_on auto - -<add> -cbc_mac.cpp -cbc_mac.h -</add> - <requires> block </requires> diff --git a/src/mac/cmac/info.txt b/src/mac/cmac/info.txt index 5dad789de..5513943ac 100644 --- a/src/mac/cmac/info.txt +++ b/src/mac/cmac/info.txt @@ -1,12 +1,5 @@ define CMAC -load_on auto - -<add> -cmac.cpp -cmac.h -</add> - <requires> block </requires> diff --git a/src/mac/hmac/info.txt b/src/mac/hmac/info.txt index 26da83533..b1a69c25b 100644 --- a/src/mac/hmac/info.txt +++ b/src/mac/hmac/info.txt @@ -1,12 +1,5 @@ define HMAC -load_on auto - -<add> -hmac.cpp -hmac.h -</add> - <requires> hash </requires> diff --git a/src/mac/info.txt b/src/mac/info.txt index 9a839d04d..6a74d8445 100644 --- a/src/mac/info.txt +++ b/src/mac/info.txt @@ -1,10 +1,3 @@ -load_on auto - -<add> -mac.h -mac.cpp -</add> - <requires> buf_comp sym_algo diff --git a/src/mac/ssl3mac/info.txt b/src/mac/ssl3mac/info.txt index c4ef54629..8c636dbae 100644 --- a/src/mac/ssl3mac/info.txt +++ b/src/mac/ssl3mac/info.txt @@ -1,12 +1,5 @@ define SSL3_MAC -load_on auto - -<add> -ssl3_mac.cpp -ssl3_mac.h -</add> - <requires> hash </requires> diff --git a/src/mac/x919_mac/info.txt b/src/mac/x919_mac/info.txt index 16955816c..ca294c951 100644 --- a/src/mac/x919_mac/info.txt +++ b/src/mac/x919_mac/info.txt @@ -1,12 +1,5 @@ define ANSI_X919_MAC -load_on auto - -<add> -x919_mac.cpp -x919_mac.h -</add> - <requires> block </requires> |