This commit is contained in:
Viktor Szakats 2025-07-12 01:41:53 +02:00
parent 62f64867bf
commit 8fbdd62eb1
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
3 changed files with 3 additions and 3 deletions

View file

@ -66,7 +66,7 @@ int main(void)
#ifdef USE_ENGINE
pKeyName = "rsa_test";
pKeyType = "ENG";
pEngine = "chil"; /* for nChiper HSM... */
pEngine = "chil"; /* for nCipher HSM... */
#else
pKeyName = "testkey.pem";
pKeyType = "PEM";