Return-Path: X-Original-To: apmail-apr-commits-archive@www.apache.org Delivered-To: apmail-apr-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 435079157 for ; Sun, 23 Oct 2011 22:29:56 +0000 (UTC) Received: (qmail 28806 invoked by uid 500); 23 Oct 2011 22:29:56 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 28763 invoked by uid 500); 23 Oct 2011 22:29:56 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 28756 invoked by uid 99); 23 Oct 2011 22:29:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Oct 2011 22:29:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Oct 2011 22:29:53 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 0FFF123888FD for ; Sun, 23 Oct 2011 22:29:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1187996 - /apr/apr-util/branches/1.5.x/include/apr_crypto.h Date: Sun, 23 Oct 2011 22:29:32 -0000 To: commits@apr.apache.org From: minfrin@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111023222933.0FFF123888FD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: minfrin Date: Sun Oct 23 22:29:32 2011 New Revision: 1187996 URL: http://svn.apache.org/viewvc?rev=1187996&view=rev Log: Backport apr_crypto docs fix. Modified: apr/apr-util/branches/1.5.x/include/apr_crypto.h Modified: apr/apr-util/branches/1.5.x/include/apr_crypto.h URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/include/apr_crypto.h?rev=1187996&r1=1187995&r2=1187996&view=diff ============================================================================== --- apr/apr-util/branches/1.5.x/include/apr_crypto.h (original) +++ apr/apr-util/branches/1.5.x/include/apr_crypto.h Sun Oct 23 22:29:32 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(