diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-09-06 21:36:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-09-06 21:36:53 +0000 |
commit | 0a47fe91f13dc4c214b431ae0ec49c4123e6d429 (patch) | |
tree | 27fe470b12cd4e54066b96e1ca732deff44e1c6a /sbin/isakmpd/prf.h | |
parent | 9f46e115c26fbd054323a6bc806901a5600c0516 (diff) |
remove Xr to photuris
Diffstat (limited to 'sbin/isakmpd/prf.h')
-rw-r--r-- | sbin/isakmpd/prf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/prf.h b/sbin/isakmpd/prf.h index 07e7c830d19..7f8c50212eb 100644 --- a/sbin/isakmpd/prf.h +++ b/sbin/isakmpd/prf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: prf.h,v 1.5 2001/01/27 12:03:36 niklas Exp $ */ +/* $OpenBSD: prf.h,v 1.6 2002/09/06 21:36:52 deraadt Exp $ */ /* $EOM: prf.h,v 1.1 1998/07/11 20:06:22 provos Exp $ */ /* @@ -40,7 +40,7 @@ /* Enumeration of possible PRF - Pseudo-Random Functions. */ enum prfs { - PRF_HMAC = 0, /* No PRFs in drafts, this is the default */ + PRF_HMAC = 0 /* No PRFs in drafts, this is the default */ }; struct prf { |