summaryrefslogtreecommitdiff
path: root/test/stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/stubs.c')
-rw-r--r--test/stubs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/stubs.c b/test/stubs.c
index e0d1568..c0c0092 100644
--- a/test/stubs.c
+++ b/test/stubs.c
@@ -123,6 +123,7 @@ static int stub_ssl(void)
ne_ssl_cert_issuer(cert)));
ONN("this code shouldn't run", ne_ssl_cert_identity(issuer) != NULL);
ONN("this code shouldn't run", ne_ssl_cert_export(cert) != NULL);
+ ONN("this code shouldn't run", ne_ssl_cert_hdigest(cert, NE_HASH_MD5) != NULL);
}
ONN("this code shouldn't run", ne_ssl_cert_import("foo") != NULL);