mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
Remove orphaned structure member in pgcrypto
int_name has never been used for digest lookups since its introduction
in e94dd6a
.
Author: Daniel Gustafsson
Discussion: https://postgr.es/m/386C26CB-628B-4A4C-8879-D8BF190F2C77@yesql.se
This commit is contained in:
parent
a29834beb1
commit
652a8947d9
@ -54,7 +54,6 @@ struct digest_info
|
||||
{
|
||||
const char *name;
|
||||
int code;
|
||||
const char *int_name;
|
||||
};
|
||||
|
||||
struct cipher_info
|
||||
|
Loading…
Reference in New Issue
Block a user