heimdal: make a function non static so that it can be used in samba
[mat/samba.git] / source4 / heimdal / lib / hx509 / crypto.c
index de7717af0297debc1ed350136004389c1f1c8c15..fa7b15aaa49833de120253571dafdbd0f2297167 100644 (file)
@@ -1479,7 +1479,7 @@ static struct hx509_private_key_ops *private_algs[] = {
     NULL
 };
 
-static hx509_private_key_ops *
+hx509_private_key_ops*
 find_private_alg(const heim_oid *oid)
 {
     int i;