]> granicus.if.org Git - apache/blobdiff - support/passwd_common.h
Add CHANGES' security entries for 2.4.27.
[apache] / support / passwd_common.h
index 00680624cea257ff7848b573d83996564b635fa3..01d565202429f35f4de64cedf05ae9b87c86f23a 100644 (file)
@@ -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 */
+