Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/sodium rename glue.c to sodium_module.c



details:   https://anonhg.NetBSD.org/src/rev/62646eb81249
branches:  trunk
changeset: 985366:62646eb81249
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Aug 21 09:07:08 2021 +0000

description:
rename glue.c to sodium_module.c

diffstat:

 sys/modules/sodium/Makefile.sodmod |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 19803cd67cbb -r 62646eb81249 sys/modules/sodium/Makefile.sodmod
--- a/sys/modules/sodium/Makefile.sodmod        Sat Aug 21 08:47:23 2021 +0000
+++ b/sys/modules/sodium/Makefile.sodmod        Sat Aug 21 09:07:08 2021 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile.sodmod,v 1.2 2021/08/18 09:34:45 christos Exp $
+#      $NetBSD: Makefile.sodmod,v 1.3 2021/08/21 09:07:08 christos Exp $
 
 SODIUMDIR=     ${S}/external/isc/libsodium
 SODIUMSRCDIR=  ${SODIUMDIR}/dist/src/libsodium
 
 .PATH: ${SODIUMDIR}/src
-SRCS+= glue.c
+SRCS+= sodium_module.c
 
 .PATH: ${SODIUMSRCDIR}/crypto_scalarmult/curve25519/ref10
 SRCS+= x25519_ref10.c



Home | Main Index | Thread Index | Old Index