diff options
author | 1997-07-27 21:36:04 +0000 | |
---|---|---|
committer | 1997-07-27 21:36:04 +0000 | |
commit | 20abfeb36baaf281b71cb46180936dc99a052a2c (patch) | |
tree | 4b159e8e64e64f084a5b18bbe4672344789b986c /lib/libskey/put.c | |
parent | -Wall (diff) | |
download | wireguard-openbsd-20abfeb36baaf281b71cb46180936dc99a052a2c.tar.xz wireguard-openbsd-20abfeb36baaf281b71cb46180936dc99a052a2c.zip |
- 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> |