diff options
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/rpc/backupkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/backupkey.c b/source4/torture/rpc/backupkey.c index 85c53fea66..0f389462e1 100644 --- a/source4/torture/rpc/backupkey.c +++ b/source4/torture/rpc/backupkey.c @@ -457,7 +457,7 @@ static DATA_BLOB *encrypt_blob_pk(struct torture_context *tctx, secretdata.data = to_encrypt->data; secretdata.length = to_encrypt->length; - hret = _hx509_cert_public_encrypt(hctx, &secretdata, + hret = hx509_cert_public_encrypt(hctx, &secretdata, cert, &encryption_oid, &encrypted); hx509_cert_free(cert); |