Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/kern/lib/libcrypto Add missing aes_ccm.c, aes_ccm_m...



details:   https://anonhg.NetBSD.org/src/rev/ea8d0b9e50d6
branches:  trunk
changeset: 936343:ea8d0b9e50d6
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Jul 26 04:25:14 2020 +0000

description:
Add missing aes_ccm.c, aes_ccm_mbuf.c.  Fix sort order.

diffstat:

 sys/rump/kern/lib/libcrypto/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 81a483e39eb3 -r ea8d0b9e50d6 sys/rump/kern/lib/libcrypto/Makefile
--- a/sys/rump/kern/lib/libcrypto/Makefile      Sun Jul 26 04:05:20 2020 +0000
+++ b/sys/rump/kern/lib/libcrypto/Makefile      Sun Jul 26 04:25:14 2020 +0000
@@ -1,12 +1,12 @@
-#      $NetBSD: Makefile,v 1.10 2020/07/26 04:03:45 riastradh Exp $
+#      $NetBSD: Makefile,v 1.11 2020/07/26 04:25:14 riastradh Exp $
 #
 
 .PATH: ${.CURDIR}/../../../../crypto/adiantum                          \
        ${.CURDIR}/../../../../crypto/aes                               \
-       ${.CURDIR}/../../../../crypto/chacha                            \
        ${.CURDIR}/../../../../crypto/blowfish                          \
        ${.CURDIR}/../../../../crypto/camellia                          \
        ${.CURDIR}/../../../../crypto/cast128                           \
+       ${.CURDIR}/../../../../crypto/chacha                            \
        ${.CURDIR}/../../../../crypto/des                               \
        ${.CURDIR}/../../../../crypto/skipjack
 
@@ -36,6 +36,8 @@
 
 # AES
 SRCS+= aes_bear.c
+SRCS+= aes_ccm.c
+SRCS+= aes_ccm_mbuf.c
 SRCS+= aes_ct.c
 SRCS+= aes_ct_dec.c
 SRCS+= aes_ct_enc.c



Home | Main Index | Thread Index | Old Index