mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
32984d8fc3
This add a new pgp_armor_headers function to extract armor headers from an ASCII-armored blob, and a new overloaded variant of the armor function, for constructing an ASCII-armor with extra headers. Marko Tiikkaja and me.
6 lines
137 B
Plaintext
6 lines
137 B
Plaintext
# pgcrypto extension
|
|
comment = 'cryptographic functions'
|
|
default_version = '1.2'
|
|
module_pathname = '$libdir/pgcrypto'
|
|
relocatable = true
|