diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:58 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:58 +0000 |
| commit | 031beb4e239bfce798af17f5fe8dba8bcaf13d99 (patch) | |
| tree | 9ea9aabd7d69195e62f8265fdd2e60259bfef4d9 /sys/crypto | |
| parent | b1cfcffa89e66caedb84d6e92a92e3828bc08f04 (diff) | |
Diffstat (limited to 'sys/crypto')
| -rw-r--r-- | sys/crypto/rijndael/Makefile | 1 | ||||
| -rw-r--r-- | sys/crypto/skein/amd64/skein_block_asm.S | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/crypto/rijndael/Makefile b/sys/crypto/rijndael/Makefile index e262b4d764b5..44d91532b47b 100644 --- a/sys/crypto/rijndael/Makefile +++ b/sys/crypto/rijndael/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PROG=test00 MAN= diff --git a/sys/crypto/skein/amd64/skein_block_asm.S b/sys/crypto/skein/amd64/skein_block_asm.S index 769d9c5a3e92..45ec5f4b3b63 100644 --- a/sys/crypto/skein/amd64/skein_block_asm.S +++ b/sys/crypto/skein/amd64/skein_block_asm.S @@ -6,7 +6,6 @@ # # This code is released to the public domain. #---------------------------------------------------------------- -# $FreeBSD$ # .text .altmacro |
