summaryrefslogtreecommitdiffstats
path: root/include/sys/crypto/api.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/crypto/api.h')
-rw-r--r--include/sys/crypto/api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/crypto/api.h b/include/sys/crypto/api.h
index 7c3c46551..8aecfeaff 100644
--- a/include/sys/crypto/api.h
+++ b/include/sys/crypto/api.h
@@ -58,7 +58,7 @@ typedef struct {
*/
#define CRYPTO_MECH_INVALID ((uint64_t)-1)
-extern crypto_mech_type_t crypto_mech2id(crypto_mech_name_t name);
+extern crypto_mech_type_t crypto_mech2id(char *name);
/*
* Create and destroy context templates.