summaryrefslogtreecommitdiffstats
path: root/providers/default/ciphers/build.info
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2019-09-19 20:10:25 +1000
committerShane Lontis <shane.lontis@oracle.com>2019-09-19 20:10:25 +1000
commit3837c202b5e91f009d1508a8f3608c94515ca776 (patch)
tree3673f611ffd029cf3cb2b7374c610d99a0f49165 /providers/default/ciphers/build.info
parent105dde2528d64b4af25c241288a985fdfc27afbc (diff)
Add aes_ocb cipher to providers
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9320)
Diffstat (limited to 'providers/default/ciphers/build.info')
-rw-r--r--providers/default/ciphers/build.info5
1 files changed, 5 insertions, 0 deletions
diff --git a/providers/default/ciphers/build.info b/providers/default/ciphers/build.info
index 8f2bbae28d..02e0f7fa51 100644
--- a/providers/default/ciphers/build.info
+++ b/providers/default/ciphers/build.info
@@ -44,4 +44,9 @@ IF[{- !$disabled{sm4} -}]
cipher_sm4.c cipher_sm4_hw.c
ENDIF
+IF[{- !$disabled{ocb} -}]
+ SOURCE[../../../libcrypto]=\
+ cipher_aes_ocb.c cipher_aes_ocb_hw.c
+ENDIF
+
INCLUDE[../../../libcrypto]=. ../../../crypto