Author: minfrin Date: Sun Oct 23 22:30:40 2011 New Revision: 1187997 URL: http://svn.apache.org/viewvc?rev=1187997&view=rev Log: Backport apr_crypto docs fix. Modified: apr/apr-util/branches/1.4.x/include/apr_crypto.h Modified: apr/apr-util/branches/1.4.x/include/apr_crypto.h URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/include/apr_crypto.h?rev=1187997&r1=1187996&r2=1187997&view=diff ============================================================================== --- apr/apr-util/branches/1.4.x/include/apr_crypto.h (original) +++ apr/apr-util/branches/1.4.x/include/apr_crypto.h Sun Oct 23 22:30:40 2011 @@ -145,7 +145,8 @@ APU_DECLARE(apr_status_t) apr_crypto_ini * @return APR_ESYMNOTFOUND if the driver file doesn't contain a driver * @remarks NSS: the params can have "dir", "key3", "cert7" and "secmod" * keys, each followed by an equal sign and a value. Such key/value pairs can - * be delimited by space, CR, LF, tab, semicolon, vertical bar or comma. + * be delimited by space or tab. If the value contains a space, surround the + * whole key value pair in quotes: "dir=My Directory". * @remarks OpenSSL: currently no params are supported. */ APU_DECLARE(apr_status_t) apr_crypto_get_driver(