[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apr-cvs
Subject:    svn commit: r605341 - /apr/apr-util/trunk/ssl/apr_ssl.c
From:       wrowe () apache ! org
Date:       2007-12-18 22:13:18
Message-ID: 20071218221318.B03911A983E () eris ! apache ! org
[Download RAW message or body]

Author: wrowe
Date: Tue Dec 18 14:13:17 2007
New Revision: 605341

URL: http://svn.apache.org/viewvc?rev=605341&view=rev
Log:
Fixed the implementation side, but not the unimplemented 
flavors for export from apr-UTIL.

Modified:
    apr/apr-util/trunk/ssl/apr_ssl.c

Modified: apr/apr-util/trunk/ssl/apr_ssl.c
URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/ssl/apr_ssl.c?rev=605341&r1=605340&r2=605341&view=diff
 ==============================================================================
--- apr/apr-util/trunk/ssl/apr_ssl.c (original)
+++ apr/apr-util/trunk/ssl/apr_ssl.c Tue Dec 18 14:13:17 2007
@@ -135,7 +135,7 @@
     return APR_ENOTIMPL;
 }
 
-APR_DECLARE(apr_status_t) apr_evp_crypt_init(apr_evp_factory_t *f,
+APU_DECLARE(apr_status_t) apr_evp_crypt_init(apr_evp_factory_t *f,
                                              apr_evp_crypt_t **e,
                                              apr_evp_crypt_type_e type,
                                              apr_evp_crypt_key_e key,
@@ -144,7 +144,7 @@
     return APR_ENOTIMPL;
 }
 
-APR_DECLARE(apr_status_t) apr_evp_crypt(apr_evp_crypt_t *evp,
+APU_DECLARE(apr_status_t) apr_evp_crypt(apr_evp_crypt_t *evp,
                                         unsigned char **out,
                                         apr_size_t *outlen,
                                         const unsigned char *in,
@@ -153,19 +153,19 @@
     return APR_ENOTIMPL;
 }
 
-APR_DECLARE(apr_status_t) apr_evp_crypt_finish(apr_evp_crypt_t *evp,
+APU_DECLARE(apr_status_t) apr_evp_crypt_finish(apr_evp_crypt_t *evp,
                                                unsigned char *out,
                                                apr_size_t *outlen)
 {
     return APR_ENOTIMPL;
 }
 
-APR_DECLARE(apr_status_t) apr_evp_crypt_cleanup(apr_evp_crypt_t *e)
+APU_DECLARE(apr_status_t) apr_evp_crypt_cleanup(apr_evp_crypt_t *e)
 {
     return APR_ENOTIMPL;
 }
 
-APR_DECLARE(apr_status_t) apr_evp_factory_cleanup(apr_evp_factory_t *f)
+APU_DECLARE(apr_status_t) apr_evp_factory_cleanup(apr_evp_factory_t *f)
 {
     return APR_ENOTIMPL;
 }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic