Commit aa24cd1b authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files
parent 8e1634ec
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -196,7 +196,9 @@ typedef struct APK_DATA_st {
static APK_DATA keydata[] = {
    {kExampleRSAKeyDER, sizeof(kExampleRSAKeyDER), EVP_PKEY_RSA},
    {kExampleRSAKeyPKCS8, sizeof(kExampleRSAKeyPKCS8), EVP_PKEY_RSA},
#ifndef OPENSSL_NO_EC
    {kExampleECKeyDER, sizeof(kExampleECKeyDER), EVP_PKEY_EC}
#endif
};

static EVP_PKEY *load_example_rsa_key(void)