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