diff options
author | Pauli <paul.dale@oracle.com> | 2018-11-04 23:09:41 +0100 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2018-11-04 23:09:41 +0100 |
commit | afc580b9b0af0072233e9282915424fd55c366d0 (patch) | |
tree | 182a1eaa1f9a96656c05df13aa006b75ad2cd9c6 /crypto/gmac/build.info | |
parent | Restore sensible "sess_accept" counter tracking (diff) | |
download | openssl-afc580b9b0af0072233e9282915424fd55c366d0.tar.xz openssl-afc580b9b0af0072233e9282915424fd55c366d0.zip |
GMAC implementation
Remove GMAC demo program because it has been superceded by the EVP MAC one
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7548)
Diffstat (limited to 'crypto/gmac/build.info')
-rw-r--r-- | crypto/gmac/build.info | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/gmac/build.info b/crypto/gmac/build.info new file mode 100644 index 0000000000..6d9f22e235 --- /dev/null +++ b/crypto/gmac/build.info @@ -0,0 +1,2 @@ +LIBS=../../libcrypto +SOURCE[../../libcrypto]=gmac.c |