Module Name:    src
Committed By:   christos
Date:           Sat Aug 21 09:08:55 UTC 2021

Modified Files:
        src/sys/rump/kern/lib/libcrypto: Makefile

Log Message:
rename glue.c to sodium_module.c


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/rump/kern/lib/libcrypto/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/kern/lib/libcrypto/Makefile
diff -u src/sys/rump/kern/lib/libcrypto/Makefile:1.22 src/sys/rump/kern/lib/libcrypto/Makefile:1.23
--- src/sys/rump/kern/lib/libcrypto/Makefile:1.22	Sat Aug 21 04:47:23 2021
+++ src/sys/rump/kern/lib/libcrypto/Makefile	Sat Aug 21 05:08:55 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.22 2021/08/21 08:47:23 christos Exp $
+#	$NetBSD: Makefile,v 1.23 2021/08/21 09:08:55 christos Exp $
 #
 
 S=${.CURDIR}/../../../..
@@ -80,7 +80,7 @@ SODIUM_SRCS+=	aead_xchacha20poly1305.c
 SODIUM_SRCS+=	aead_chacha20poly1305.c
 SODIUM_SRCS+=	core_hchacha20.c
 SODIUM_SRCS+=	ed25519_ref10.c
-SODIUM_SRCS+=	glue.c
+SODIUM_SRCS+=	sodium_module.c
 
 SRCS+=	${SODIUM_SRCS}
 

Reply via email to