diff options
Diffstat (limited to 'openssl/agent')
-rw-r--r-- | openssl/agent/pkcs11/agent.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/agent/pkcs11/agent.cxx b/openssl/agent/pkcs11/agent.cxx index 78e8547..b43b625 100644 --- a/openssl/agent/pkcs11/agent.cxx +++ b/openssl/agent/pkcs11/agent.cxx @@ -62,7 +62,7 @@ namespace openssl { cout << "openssl-agent-pkcs11 " << OPENSSL_AGENT_VERSION_ID << endl << "libbutl " << LIBBUTL_VERSION_ID << endl - << "Copyright (c) 2014-2019 Code Synthesis Ltd" << endl + << "Copyright (c) " << OPENSSL_AGENT_COPYRIGHT << "." << endl << "This is free software released under the MIT license." << endl; |