You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by mi...@apache.org on 2011/10/24 00:28:06 UTC

svn commit: r1187994 - /apr/apr/trunk/include/apr_crypto.h

Author: minfrin
Date: Sun Oct 23 22:28:05 2011
New Revision: 1187994

URL: http://svn.apache.org/viewvc?rev=1187994&view=rev
Log:
apr_crypto: Docs fix.

Modified:
    apr/apr/trunk/include/apr_crypto.h

Modified: apr/apr/trunk/include/apr_crypto.h
URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/apr_crypto.h?rev=1187994&r1=1187993&r2=1187994&view=diff
==============================================================================
--- apr/apr/trunk/include/apr_crypto.h (original)
+++ apr/apr/trunk/include/apr_crypto.h Sun Oct 23 22:28:05 2011
@@ -145,7 +145,8 @@ APR_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.
  */
 APR_DECLARE(apr_status_t) apr_crypto_get_driver(