forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbd94a9c
committed
Rename cryptohashes.c to cryptohashfuncs.c
87ae969 has created two new files called cryptohash{_openssl}.c insrc/common/, whose names overlap with the existing backend file calledcryptohashes.c dedicated to the SQL wrappers for SHA2 and MD5. Thisfile is renamed to cryptohashfuncs.c to be more consistent with thesurroundings and reduce the confusion with the new cryptohash interfaceof src/common/.Author: Michael PaquierReviewed-by: Daniel GustafssonDiscussion:https://postgr.es/m/X8hHhaQgbMbW+aGU@paquier.xyz1 parent4f48a6f commitbd94a9c
2 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
0 commit comments
Comments
(0)