]> granicus.if.org Git - postgresql/commit
pgcrypto: Code cleanup for decrypt_internal.
authorRobert Haas <rhaas@postgresql.org>
Wed, 4 Feb 2015 13:41:35 +0000 (08:41 -0500)
committerRobert Haas <rhaas@postgresql.org>
Wed, 4 Feb 2015 13:46:32 +0000 (08:46 -0500)
commit370b3a4618c48cb44a1137f47cf1156836cf8a90
tree38469dbdcc4c5d0dbb55831da027382ae6918b77
parentc31b5d9ddf25d26dac5f5c215b8a5e8b3dfa37e6
pgcrypto: Code cleanup for decrypt_internal.

Remove some unnecessary null-tests, and replace a goto-label construct
with an "if" block.

Michael Paquier, reviewed by me.
contrib/pgcrypto/pgp-pgsql.c