git: 0eea265a58f9 - main - ossl: Remove a stray __FBSDID("$FreeBSD$")
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Dec 2023 17:48:47 UTC
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=0eea265a58f942f7f189ba758f4cac4355d42221 commit 0eea265a58f942f7f189ba758f4cac4355d42221 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2023-12-04 17:29:30 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2023-12-04 17:29:30 +0000 ossl: Remove a stray __FBSDID("$FreeBSD$") Fixes: 44f8e1e8530e ("ossl: Add support for armv7") --- sys/crypto/openssl/ossl_arm.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/crypto/openssl/ossl_arm.c b/sys/crypto/openssl/ossl_arm.c index 97215007c663..206bf908ce76 100644 --- a/sys/crypto/openssl/ossl_arm.c +++ b/sys/crypto/openssl/ossl_arm.c @@ -29,9 +29,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <machine/elf.h>