diff options
author | 2018-07-17 17:06:49 +0000 | |
---|---|---|
committer | 2018-07-17 17:06:49 +0000 | |
commit | 657b055c4f2d15cc79398afc5793a57a63e700c8 (patch) | |
tree | ba825a6e650eaeb66303cbc79e42b3f1e4bb29c4 /regress/lib/libcrypto/rsa/rsa_test.c | |
parent | remove unused, empty file (diff) | |
download | wireguard-openbsd-657b055c4f2d15cc79398afc5793a57a63e700c8.tar.xz wireguard-openbsd-657b055c4f2d15cc79398afc5793a57a63e700c8.zip |
Add missing $OpenBSD$ markers.
Diffstat (limited to 'regress/lib/libcrypto/rsa/rsa_test.c')
-rw-r--r-- | regress/lib/libcrypto/rsa/rsa_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/lib/libcrypto/rsa/rsa_test.c b/regress/lib/libcrypto/rsa/rsa_test.c index 0bb08264161..9e7cd6f4724 100644 --- a/regress/lib/libcrypto/rsa/rsa_test.c +++ b/regress/lib/libcrypto/rsa/rsa_test.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rsa_test.c,v 1.3 2018/07/17 17:06:49 tb Exp $ */ /* * Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved. * |