diff options
author | 2004-01-23 19:23:33 +0000 | |
---|---|---|
committer | 2004-01-23 19:23:33 +0000 | |
commit | 45a937b643720aed54e4acb371cbd51ab8f0b93c (patch) | |
tree | 5bf2078a427f44c51c543d11bef65b6a30f0790e /lib/libssl/src | |
parent | USE_GCC3 switch, now that propolice is in. (diff) | |
download | wireguard-openbsd-45a937b643720aed54e4acb371cbd51ab8f0b93c.tar.xz wireguard-openbsd-45a937b643720aed54e4acb371cbd51ab8f0b93c.zip |
Use correct cvs id string.
ok deraadt@
Diffstat (limited to 'lib/libssl/src')
-rw-r--r-- | lib/libssl/src/crypto/acss/acss.h | 2 | ||||
-rw-r--r-- | lib/libssl/src/crypto/acss/acss_enc.c | 2 | ||||
-rw-r--r-- | lib/libssl/src/crypto/acss/acss_skey.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libssl/src/crypto/acss/acss.h b/lib/libssl/src/crypto/acss/acss.h index 48d5e13bf2b..2e33c788373 100644 --- a/lib/libssl/src/crypto/acss/acss.h +++ b/lib/libssl/src/crypto/acss/acss.h @@ -1,4 +1,4 @@ -/* $Id: */ +/* $OpenBSD: acss.h,v 1.2 2004/01/23 19:23:33 hshoexer Exp $ */ /* * Copyright (c) 2004 The OpenBSD project * diff --git a/lib/libssl/src/crypto/acss/acss_enc.c b/lib/libssl/src/crypto/acss/acss_enc.c index 8e519daed0c..9278af3578a 100644 --- a/lib/libssl/src/crypto/acss/acss_enc.c +++ b/lib/libssl/src/crypto/acss/acss_enc.c @@ -1,4 +1,4 @@ -/* $Id: */ +/* $OpenBSD: acss_enc.c,v 1.3 2004/01/23 19:23:33 hshoexer Exp $ */ /* * Copyright (c) 2004 The OpenBSD project * diff --git a/lib/libssl/src/crypto/acss/acss_skey.c b/lib/libssl/src/crypto/acss/acss_skey.c index c7b0a6837d0..08e5685fcf2 100644 --- a/lib/libssl/src/crypto/acss/acss_skey.c +++ b/lib/libssl/src/crypto/acss/acss_skey.c @@ -1,4 +1,4 @@ -/* $Id: */ +/* $OpenBSD: acss_skey.c,v 1.2 2004/01/23 19:23:33 hshoexer Exp $ */ /* * Copyright (c) 2004 The OpenBSD project * |