We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9df751 commit c7d7122Copy full SHA for c7d7122
1 file changed
examples/demo/client/wh_demo_client_crypto.c
@@ -329,13 +329,8 @@ int wh_DemoClient_CryptoCurve25519Import(whClientContext* clientContext)
329
word32 outLen;
330
whKeyId keyIdBob = WH_KEYID_ERASED;
331
whKeyId keyIdAlice = WH_KEYID_ERASED;
332
- #if 0
333
char keyPairFileBob[] = "../../demo/certs/curve25519_keyBob.der";
334
char keyPairFileAlice[] = "../../demo/certs/curve25519_keyAlice.der";
335
- #else
336
- char keyPairFileBob[] = "../../demo/certs/curve25519_keyBob.der";
337
- char keyPairFileAlice[] = "../../demo/certs/curve25519_keyAlice.der";
338
- #endif
339
char keyLabel[] = "baby's first key";
340
uint8_t keyBuf[256];
341
uint8_t sharedOne[CURVE25519_KEYSIZE];
0 commit comments