From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============4437394033667362261==" MIME-Version: 1.0 From: Andrew Zaborowski Subject: [PATCH 09/10] unit: Update for l_pem_load_private_key() parameter change Date: Fri, 11 Aug 2017 01:10:15 +0200 Message-ID: <20170810231016.29445-9-andrew.zaborowski@intel.com> In-Reply-To: <20170810231016.29445-1-andrew.zaborowski@intel.com> List-Id: To: ell@lists.01.org --===============4437394033667362261== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable --- unit/test-key.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit/test-key.c b/unit/test-key.c index 7513b38..9e87fed 100644 --- a/unit/test-key.c +++ b/unit/test-key.c @@ -575,7 +575,7 @@ static void test_key_crypto(const void *data) int rsa =3D L_KEY_RSA_PKCS1_V1_5; = cert =3D l_pem_load_private_key(TESTDATADIR "/cert-client-key-pkcs8.pem", - NULL, &certlen); + NULL, NULL, &certlen); assert(cert); pubcert =3D l_pem_load_certificate(TESTDATADIR "/cert-client.pem", &pubcertlen); -- = 2.11.0 --===============4437394033667362261==--