mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
provided by Andrew.
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $PostgreSQL: pgsql/contrib/pgcrypto/pgp-info.c,v 1.4 2005/10/15 02:49:06 momjian Exp $
|
||||
* $PostgreSQL: pgsql/contrib/pgcrypto/pgp-info.c,v 1.5 2009/06/11 14:48:52 momjian Exp $
|
||||
*/
|
||||
#include "postgres.h"
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
#include "pgp.h"
|
||||
|
||||
static int
|
||||
read_pubkey_keyid(PullFilter * pkt, uint8 *keyid_buf)
|
||||
read_pubkey_keyid(PullFilter *pkt, uint8 *keyid_buf)
|
||||
{
|
||||
int res;
|
||||
PGP_PubKey *pk = NULL;
|
||||
@ -68,7 +68,7 @@ err:
|
||||
}
|
||||
|
||||
static int
|
||||
read_pubenc_keyid(PullFilter * pkt, uint8 *keyid_buf)
|
||||
read_pubenc_keyid(PullFilter *pkt, uint8 *keyid_buf)
|
||||
{
|
||||
uint8 ver;
|
||||
int res;
|
||||
@ -109,7 +109,7 @@ static const uint8 any_key[] =
|
||||
* dst should have room for 17 bytes
|
||||
*/
|
||||
int
|
||||
pgp_get_keyid(MBuf * pgp_data, char *dst)
|
||||
pgp_get_keyid(MBuf *pgp_data, char *dst)
|
||||
{
|
||||
int res;
|
||||
PullFilter *src;
|
||||
|
Reference in New Issue
Block a user