aboutsummaryrefslogtreecommitdiffstats
path: root/man3/encrypt.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/encrypt.3')
-rw-r--r--man3/encrypt.322
1 files changed, 11 insertions, 11 deletions
diff --git a/man3/encrypt.3 b/man3/encrypt.3
index 2557a5f259..c71a62e6e9 100644
--- a/man3/encrypt.3
+++ b/man3/encrypt.3
@@ -104,17 +104,6 @@ is unchanged.
.B ENOSYS
The function is not provided.
(For example because of former USA export restrictions.)
-.SH VERSIONS
-Because they employ the DES block cipher,
-which is no longer considered secure,
-.BR encrypt (),
-.BR encrypt_r (),
-.BR setkey (),
-and
-.BR setkey_r ()
-were removed in glibc 2.28.
-Applications should switch to a modern cryptography library, such as
-.BR libgcrypt .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
@@ -137,6 +126,17 @@ T} Thread safety MT-Safe
.hy
.ad
.sp 1
+.SH VERSIONS
+Because they employ the DES block cipher,
+which is no longer considered secure,
+.BR encrypt (),
+.BR encrypt_r (),
+.BR setkey (),
+and
+.BR setkey_r ()
+were removed in glibc 2.28.
+Applications should switch to a modern cryptography library, such as
+.BR libgcrypt .
.SH STANDARDS
.BR encrypt (),
.BR setkey ():