From: Guenter Knauf Date: Sat, 1 Jun 2013 08:52:35 +0000 (+0000) Subject: Added header protection. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b98a396db653a348b9db10495f8c7fc9a52fe477;p=thirdparty%2Fapache%2Fhttpd.git Added header protection. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1488496 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/passwd_common.h b/support/passwd_common.h index 00680624cea..01d56520242 100644 --- a/support/passwd_common.h +++ b/support/passwd_common.h @@ -14,6 +14,9 @@ * limitations under the License. */ +#ifndef _PASSWD_COMMON_H +#define _PASSWD_COMMON_H + #include "apr.h" #include "apr_lib.h" #include "apr_strings.h" @@ -115,3 +118,6 @@ int get_password(struct passwd_ctx *ctx); * Make a password record from the given information. */ int mkhash(struct passwd_ctx *ctx); + +#endif /* _PASSWD_COMMON_H */ +