enigma(1) Remove reference to PGP; modernize a bit

- the port was removed 2017-06-07 in r442847
- gnupg1 is the older version of gpg with legacy PGP support
- remove unused macro
- remove now-false statement about export restrictions
This commit is contained in:
Eitan Adler 2018-05-09 07:46:57 +00:00
parent 89f651e704
commit 7ed1094512
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=333395
2 changed files with 2 additions and 9 deletions

View file

@ -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

View file

@ -22,7 +22,6 @@ __FBSDID("$FreeBSD$");
#define MINUSKVAR "CrYpTkEy"
#define ECHO 010
#define ROTORSZ 256
#define MASK 0377
static char t1[ROTORSZ];