mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix typos.
Oskari Saarenmaa
This commit is contained in:
@ -63,7 +63,7 @@ extern void sha1_pad(struct sha1_ctxt *);
|
||||
extern void sha1_loop(struct sha1_ctxt *, const uint8 *, size_t);
|
||||
extern void sha1_result(struct sha1_ctxt *, uint8 *);
|
||||
|
||||
/* compatibilty with other SHA1 source codes */
|
||||
/* compatibility with other SHA1 source codes */
|
||||
typedef struct sha1_ctxt SHA1_CTX;
|
||||
|
||||
#define SHA1Init(x) sha1_init((x))
|
||||
|
Reference in New Issue
Block a user