From ec04274cff5deb21137f5c1a0064d85107d59616 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 27 Nov 2018 18:30:30 -0500 Subject: Fix ports for Linux --- port/caesar/caesar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'port/caesar/caesar.c') diff --git a/port/caesar/caesar.c b/port/caesar/caesar.c index 7f4009fd..cd6cd579 100644 --- a/port/caesar/caesar.c +++ b/port/caesar/caesar.c @@ -47,7 +47,7 @@ static const char sccsid[] = "@(#)caesar.c 8.1 (Berkeley) 5/31/93"; #endif /* not lint */ #endif #include -__FBSDID("$FreeBSD: releng/11.2/usr.bin/caesar/caesar.c 241846 2012-10-22 03:06:53Z eadler $"); +//__FBSDID("$FreeBSD: releng/11.2/usr.bin/caesar/caesar.c 241846 2012-10-22 03:06:53Z eadler $"); #include #include -- cgit 1.4.1 pstream'>upstream libtls for OpenSSL
summary refs log tree commit diff
Commit message (Expand)Author
2021-03-05Bump version to 3.3.1p1 3.3.1p1June McEnroe
2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe
2020-12-15Import LibreSSL 3.3.1June McEnroe
2020-11-24Import LibreSSL 3.3.0June McEnroe
2020-10-22Import LibreSSL 3.2.2June McEnroe
2020-09-29Import LibreSSL 3.2.1June McEnroe
2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe
2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe
2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe