diff options
Diffstat (limited to 'contrib/pgcrypto/expected/rijndael.out')
-rw-r--r-- | contrib/pgcrypto/expected/rijndael.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/pgcrypto/expected/rijndael.out b/contrib/pgcrypto/expected/rijndael.out index cb336e335d..106181ef22 100644 --- a/contrib/pgcrypto/expected/rijndael.out +++ b/contrib/pgcrypto/expected/rijndael.out @@ -1,6 +1,8 @@ -- -- AES / Rijndael-128 cipher -- +-- ensure consistent test output regardless of the default bytea format +SET bytea_output TO escape; -- some standard Rijndael testvalues SELECT encode(encrypt( decode('00112233445566778899aabbccddeeff', 'hex'), |