Reverted the RNG argument from silc_pkcs_verify.
[silc.git] / lib / silcske / silcconnauth.c
index 3d50902df831a53c2ff527c53d4cf9d22098a0e0..34af68242c9f5aefede126b2ee113943960df416 100644 (file)
@@ -147,7 +147,7 @@ silc_connauth_get_signature(SilcConnAuth connauth)
 
   /* Compute signature */
   op = silc_pkcs_sign(private_key, auth->data, silc_buffer_len(auth),
-                     TRUE, ske->prop->hash,
+                     TRUE, ske->prop->hash, ske->rng,
                      silc_connauth_get_signature_cb, connauth);
 
   silc_buffer_free(auth);