summaryrefslogtreecommitdiff
path: root/OVERVIEW
diff options
context:
space:
mode:
Diffstat (limited to 'OVERVIEW')
-rw-r--r--OVERVIEW7
1 files changed, 4 insertions, 3 deletions
diff --git a/OVERVIEW b/OVERVIEW
index 515567f45..cec7cd75b 100644
--- a/OVERVIEW
+++ b/OVERVIEW
@@ -34,11 +34,12 @@ these programs.
34 34
35 - Ssh contains several encryption algorithms. These are all 35 - Ssh contains several encryption algorithms. These are all
36 accessed through the cipher.h interface. The interface code is 36 accessed through the cipher.h interface. The interface code is
37 in cipher.c, and the implementations are in libc. 37 in cipher.c, and the implementations are either in libc or
38 LibreSSL.
38 39
39 Multiple Precision Integer Library 40 Multiple Precision Integer Library
40 41
41 - Uses the SSLeay BIGNUM sublibrary. 42 - Uses the LibreSSL BIGNUM sublibrary.
42 43
43 Random Numbers 44 Random Numbers
44 45
@@ -158,4 +159,4 @@ these programs.
158 uidswap.c uid-swapping 159 uidswap.c uid-swapping
159 xmalloc.c "safe" malloc routines 160 xmalloc.c "safe" malloc routines
160 161
161$OpenBSD: OVERVIEW,v 1.14 2018/07/27 03:55:22 dtucker Exp $ 162$OpenBSD: OVERVIEW,v 1.15 2018/10/23 05:56:35 djm Exp $