summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/sign/pgp.h
blob: cf91474e1c9507252df016411fd9bd2edaca4c85 (plain)
1
2
3
4
5
6
7
/* $OpenBSD: pgp.h,v 1.1 1999/09/27 21:40:04 espie Exp $ */
/* Hardcode size of a pgp signature */
#define SIGNSIZE	168

#ifndef PGP
#define PGP "/usr/local/bin/pgp"
#endif