diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2019-01-19 01:18:57 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2019-01-19 01:18:57 +0000 |
commit | 2e14386c2f6c89bc3da13a2b49226f7d226b2a2f (patch) | |
tree | 491e769684bce883052cee69b0bcd90ada1ac6d6 | |
parent | f96a41e5cc18ca6231514311aa811438fb53c85e (diff) |
$OpenBSD$
-rw-r--r-- | lib/libcrypto/ec/ec_kmeth.c | 1 | ||||
-rw-r--r-- | lib/libcrypto/engine/tb_eckey.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/libcrypto/ec/ec_kmeth.c b/lib/libcrypto/ec/ec_kmeth.c index 3e847e5fc5a..664c412c1a7 100644 --- a/lib/libcrypto/ec/ec_kmeth.c +++ b/lib/libcrypto/ec/ec_kmeth.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ec_kmeth.c,v 1.4 2019/01/19 01:18:56 tb Exp $ */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. diff --git a/lib/libcrypto/engine/tb_eckey.c b/lib/libcrypto/engine/tb_eckey.c index dd30815788f..464156aefa8 100644 --- a/lib/libcrypto/engine/tb_eckey.c +++ b/lib/libcrypto/engine/tb_eckey.c @@ -1,3 +1,4 @@ +/* $OpenBSD: tb_eckey.c,v 1.2 2019/01/19 01:18:56 tb Exp $ */ /* ==================================================================== * Copyright (c) 2000 The OpenSSL Project. All rights reserved. * |