updates.
[silc.git] / lib / silccrypt / silcpkcs.h
index 94a7fd8b36184e6b1a854d55b864aa1403a1c04a..92b420386414c8935269d50a0aa696d2d314fcc4 100644 (file)
@@ -118,7 +118,7 @@ extern SilcPKCSObject silc_default_pkcs[];
 
    Now we wouldn't have to send the SilcRng object since the primes are 
    provided as arguments. To send them as void * they could actually be 
-   used as in anyway for real (MP_INT (SilcInt) or even something else 
+   used as in anyway for real (MP_INT (SilcMPInt) or even something else 
    (the pointer could be kludged to be something else in the module))
    (Plus, the SilcRng object management in prime generation would be
    simpler and better what it is now (in silcprimegen.c, that is)).