1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-22 21:22:39 +03:00

tab vs space

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1633528 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Christophe Jaillet
2014-10-22 05:22:09 +00:00
parent a0e231df26
commit 268e463e27

View File

@@ -1060,14 +1060,14 @@ static const char *sha1_func(ap_expr_eval_ctx_t *ctx, const void *data,
static const char *md5_func(ap_expr_eval_ctx_t *ctx, const void *data, static const char *md5_func(ap_expr_eval_ctx_t *ctx, const void *data,
const char *arg) const char *arg)
{ {
return ap_md5(ctx->p, (const unsigned char *)arg); return ap_md5(ctx->p, (const unsigned char *)arg);
} }
#if APR_VERSION_AT_LEAST(1,6,0) #if APR_VERSION_AT_LEAST(1,6,0)
static const char *ldap_func(ap_expr_eval_ctx_t *ctx, const void *data, static const char *ldap_func(ap_expr_eval_ctx_t *ctx, const void *data,
const char *arg) const char *arg)
{ {
return apr_pescape_ldap(ctx->p, arg, APR_ESCAPE_STRING, APR_ESCAPE_LDAP_ALL); return apr_pescape_ldap(ctx->p, arg, APR_ESCAPE_STRING, APR_ESCAPE_LDAP_ALL);
} }
#endif #endif