summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-08-01 08:48:18 +0200
committerDaiki Ueno <ueno@gnu.org>2017-08-03 13:28:27 +0200
commit53402f9e5296718d22ddf1a77658067c2751f068 (patch)
tree33fe92fc15c319e8fe1712a5812b26a117b6af89 /common
parent2e5f24b195f11b88825ccdd97af4b8456a2c2a88 (diff)
pkcs11.h: updated information
The scute project no longer exists, and the PKCS#11 standard is from OASIS group.
Diffstat (limited to 'common')
-rw-r--r--common/pkcs11.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/pkcs11.h b/common/pkcs11.h
index 3487d94..a4f329b 100644
--- a/common/pkcs11.h
+++ b/common/pkcs11.h
@@ -12,12 +12,12 @@
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. */
-/* Please submit changes back to the Scute project at
- http://www.scute.org/ (or send them to marcus@g10code.com), so that
+/* Please submit any changes back to the p11-kit project at
+ https://github.com/p11-glue/p11-kit/, so that
they can be picked up by other projects from there as well. */
/* This file is a modified implementation of the PKCS #11 standard by
- RSA Security Inc. It is mostly a drop-in replacement, with the
+ OASIS group. It is mostly a drop-in replacement, with the
following change:
This header file does not require any macro definitions by the user