- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitdb7d1a7
committed
pgcrypto: Remove non-OpenSSL support
pgcrypto had internal implementations of some encryption algorithms,as an alternative to calling out to OpenSSL. These were rarely used,since most production installations are built with OpenSSL. Moreover,maintaining parallel code paths makes the code more complex anddifficult to maintain.This patch removes these internal implementations. Now, pgcrypto isonly built if OpenSSL support is configured.Reviewed-by: Daniel Gustafsson <daniel@yesql.se>Discussion:https://www.postgresql.org/message-id/flat/0b42f1df-8cba-6a30-77d7-acc241cc88c1%40enterprisedb.com1 parenta5b336b commitdb7d1a7
File tree
15 files changed
+42
-7742
lines changed- contrib
- pgcrypto
- doc/src/sgml
- src/tools/msvc
15 files changed
+42
-7742
lines changedLines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
40 | 39 |
| |
41 | 40 |
| |
42 | 41 |
| |
| |||
52 | 51 |
| |
53 | 52 |
| |
54 | 53 |
| |
55 |
| - | |
| 54 | + | |
56 | 55 |
| |
57 |
| - | |
| 56 | + | |
58 | 57 |
| |
59 | 58 |
| |
60 | 59 |
| |
|
Lines changed: 27 additions & 46 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 | 3 |
| |
11 | 4 |
| |
12 | 5 |
| |
13 |
| - | |
14 |
| - | |
15 | 6 |
| |
16 | 7 |
| |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
41 | 34 |
| |
42 | 35 |
| |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 | 36 |
| |
47 | 37 |
| |
48 | 38 |
| |
49 | 39 |
| |
50 | 40 |
| |
51 | 41 |
| |
52 | 42 |
| |
53 |
| - | |
| 43 | + | |
54 | 44 |
| |
55 | 45 |
| |
56 | 46 |
| |
| |||
77 | 67 |
| |
78 | 68 |
| |
79 | 69 |
| |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - |
0 commit comments
Comments
(0)