On Wed, 30 Jan 2008 19:20, [EMAIL PROTECTED] said: > Any obvious breakage? Exim does not use any threading. I have not > included an gcry_check_version(NULL) since I thought gcry_control() > would fail as reliably as gcry_check_version() would, if gcrypt was
Better insert a gcry_check_version because this is the safe way to initialize gcrypt. The initialization is also done with most other gcry_control calls but that is a failsafe feature. Explicitly initialization is better (you don't need to check the return code, just call it.) Shalom-Salam, Werner -- Die Gedanken sind frei. Auschnahme regelt ein Bundeschgesetz. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

