diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2018-05-09 07:46:57 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2018-05-09 07:46:57 +0000 |
| commit | 7ed109451289a4cac488e2181f38b86bc3680d6c (patch) | |
| tree | 07c311a57e40a1e1e6c653962206935350c2ad8a | |
| parent | 89f651e7049249ee3d41f5b3df8c4a10942c6896 (diff) | |
Notes
| -rw-r--r-- | usr.bin/enigma/enigma.1 | 10 | ||||
| -rw-r--r-- | usr.bin/enigma/enigma.c | 1 |
2 files changed, 2 insertions, 9 deletions
diff --git a/usr.bin/enigma/enigma.1 b/usr.bin/enigma/enigma.1 index fabd44b0170a..6176cae7aae1 100644 --- a/usr.bin/enigma/enigma.1 +++ b/usr.bin/enigma/enigma.1 @@ -6,7 +6,7 @@ .\" .\" $FreeBSD$ .\" " -.Dd February 5, 2017 +.Dd May 8, 2018 .Dt ENIGMA 1 .Os .Sh NAME @@ -85,13 +85,8 @@ with other operating systems that also provide an implementation there). For real encryption, refer to .Xr openssl 1 , -.Xr pgp 1 Pq Pa ports/security/pgp , or -.Xr gpg 1 Pq Pa ports/security/gnupg . -However, restrictions for exporting, -importing or using such tools might exist in some countries, so those -stronger programs are not being shipped as part of the operating -system by default. +.Xr gpg 1 Pq Pa security/gnupg1 . .Sh ENVIRONMENT .Bl -tag -offset indent -width ".Ev CrYpTkEy" .It Ev CrYpTkEy @@ -116,7 +111,6 @@ This displays the previously created file on the terminal. .Sh SEE ALSO .Xr gpg 1 , .Xr openssl 1 , -.Xr pgp 1 , .Xr ps 1 , .Xr getpass 3 .Sh HISTORY diff --git a/usr.bin/enigma/enigma.c b/usr.bin/enigma/enigma.c index e476e65e139b..0961d8764331 100644 --- a/usr.bin/enigma/enigma.c +++ b/usr.bin/enigma/enigma.c @@ -22,7 +22,6 @@ __FBSDID("$FreeBSD$"); #define MINUSKVAR "CrYpTkEy" -#define ECHO 010 #define ROTORSZ 256 #define MASK 0377 static char t1[ROTORSZ]; |
