- Notifications
You must be signed in to change notification settings - Fork28
Commit96719e5
committed
Use OpenSSL-specific ifdefs in sha2.h
In order to separate OpenSSL's SHA symbols, this header has been usingUSE_SSL, which is equivalent to USE_OPENSSL. There is now only one SSLimplementation included in the tree, so this works fine, but whenadding a new SSL implementation this would run into failures.Author: Daniel GustafssonDiscussion:https://postgr.es/m/0DF29010-CE26-4F51-85A6-9C8ABF5536F9@yesql.se1 parentd25ea01 commit96719e5
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 |
| - | |
| 53 | + | |
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
| 72 | + | |
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
| |||
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
92 |
| - | |
| 92 | + | |
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
|
0 commit comments
Comments
(0)