diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-07-09 16:45:34 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-07-09 16:45:34 +0000 |
commit | 02a2a7edea161431f9044d8aa2d5059113cf8cf1 (patch) | |
tree | 00dff14402dbe18c320cbc97368720697c139636 /lib | |
parent | 446c74546c828b3d18cece4e5b7d7e00717f4abe (diff) |
Add an RCS tag
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/kdf/tls1_prf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/kdf/tls1_prf.c b/lib/libcrypto/kdf/tls1_prf.c index 02cd82915fc..c0655724319 100644 --- a/lib/libcrypto/kdf/tls1_prf.c +++ b/lib/libcrypto/kdf/tls1_prf.c @@ -1,4 +1,4 @@ - +/* $OpenBSD: tls1_prf.c,v 1.14 2024/07/09 16:45:33 tb Exp $ */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2016. |