-/* $OpenBSD: crypto.c,v 1.79 2017/02/07 17:25:46 patrick Exp $ */
+/* $OpenBSD: crypto.c,v 1.80 2017/11/30 16:31:12 visa Exp $ */
/*
* The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu)
*
crypto_init(void)
{
crypto_taskq = taskq_create("crypto", 1, IPL_VM, 0);
- crypto_taskq_mpsafe = taskq_create("crynlk", 1, IPL_VM|IPL_MPSAFE, 0);
+ crypto_taskq_mpsafe = taskq_create("crynlk", 1, IPL_VM, TASKQ_MPSAFE);
pool_init(&cryptop_pool, sizeof(struct cryptop), 0, IPL_VM, 0,
"cryptop", NULL);