diff options
author | 2019-01-19 01:18:56 +0000 | |
---|---|---|
committer | 2019-01-19 01:18:56 +0000 | |
commit | 34b9bf2fb57e28ce4b02f1cb4d6589459d5d415a (patch) | |
tree | 0ad5f90d5b27dcf8a37975803ec21a6ad7ab84ff | |
parent | Partial port of EC_KEY_METHOD from OpenSSL 1.1. (diff) | |
download | wireguard-openbsd-34b9bf2fb57e28ce4b02f1cb4d6589459d5d415a.tar.xz wireguard-openbsd-34b9bf2fb57e28ce4b02f1cb4d6589459d5d415a.zip |
$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. * |