Add RFC5297 AES-SIV support
[openssl.git] / crypto / modes / build.info
index 821340eb909a298fae6c006368e2317a215fde13..1820ab26ba1b2d88cdad36567060e9bb05378671 100644 (file)
@@ -1,7 +1,7 @@
 LIBS=../../libcrypto
 SOURCE[../../libcrypto]=\
         cbc128.c ctr128.c cts128.c cfb128.c ofb128.c gcm128.c \
-        ccm128.c xts128.c wrap128.c ocb128.c \
+        ccm128.c xts128.c wrap128.c ocb128.c siv128.c \
         {- $target{modes_asm_src} -}
 
 INCLUDE[gcm128.o]=..