summaryrefslogtreecommitdiff
path: root/openbsd-compat/openbsd-compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/openbsd-compat.h')
-rw-r--r--openbsd-compat/openbsd-compat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h
index a741bc23e..cac799e84 100644
--- a/openbsd-compat/openbsd-compat.h
+++ b/openbsd-compat/openbsd-compat.h
@@ -304,6 +304,10 @@ int bcrypt_pbkdf(const char *, size_t, const u_int8_t *, size_t,
304void explicit_bzero(void *p, size_t n); 304void explicit_bzero(void *p, size_t n);
305#endif 305#endif
306 306
307#ifndef HAVE_FREEZERO
308void freezero(void *, size_t);
309#endif
310
307char *xcrypt(const char *password, const char *salt); 311char *xcrypt(const char *password, const char *salt);
308char *shadow_pw(struct passwd *pw); 312char *shadow_pw(struct passwd *pw);
309 313