engines/e_capi.c: fix typo.

Submitted by: Pierre Delaage
diff --git a/engines/e_capi.c b/engines/e_capi.c
index fff8e6a..a3456a3 100644
--- a/engines/e_capi.c
+++ b/engines/e_capi.c
@@ -1478,7 +1478,7 @@
 		}
 	if(ctx->store_flags & CERT_SYSTEM_STORE_LOCAL_MACHINE)
 		dwFlags = CRYPT_MACHINE_KEYSET;
-	if (!CryptAcquireContext(&key->hprov, contname, provname, ptype, dwflags))
+	if (!CryptAcquireContext(&key->hprov, contname, provname, ptype, dwFlags))
 		{
 		CAPIerr(CAPI_F_CAPI_GET_KEY, CAPI_R_CRYPTACQUIRECONTEXT_ERROR);
 		capi_addlasterror();