diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-27 21:36:07 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-27 21:36:07 +0000 |
commit | 796545cf9fd73ce5c983586f672ad0cd6ee3d571 (patch) | |
tree | 6fc3514b0a2cf7d55b9d60789782ffc82d19ce13 /lib/libskey/put.c | |
parent | d266eb54f22169619b1642e1934efcb8a1754517 (diff) |
- Do coarse locking on /etc/skeykeys. Fixes a race that could allow
a replay attempt to succeed.
- OpenBSD tags
Diffstat (limited to 'lib/libskey/put.c')
-rw-r--r-- | lib/libskey/put.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libskey/put.c b/lib/libskey/put.c index fc5d891024c..fb4c18b02c2 100644 --- a/lib/libskey/put.c +++ b/lib/libskey/put.c @@ -8,7 +8,7 @@ * * Dictionary lookup and extraction. * - * $Id: put.c,v 1.8 1997/07/26 19:42:44 millert Exp $ + * $OpenBSD: put.c,v 1.9 1997/07/27 21:36:04 millert Exp $ */ #include <stdio.h> |