[openssh-commits] [openssh] 01/01: Add OPENBSD ORIGINAL marker to bcrypt_pbkdf.
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Jun 19 19:23:17 AEST 2020
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit b4556c8ad7177e379f0b60305a0cd70f12180e7c
Author: Darren Tucker <dtucker at dtucker.net>
Date: Fri Jun 19 19:22:00 2020 +1000
Add OPENBSD ORIGINAL marker to bcrypt_pbkdf.
---
openbsd-compat/bcrypt_pbkdf.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/openbsd-compat/bcrypt_pbkdf.c b/openbsd-compat/bcrypt_pbkdf.c
index 36d5d085..62728d38 100644
--- a/openbsd-compat/bcrypt_pbkdf.c
+++ b/openbsd-compat/bcrypt_pbkdf.c
@@ -15,6 +15,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+/* OPENBSD ORIGINAL: lib/libutil/bcrypt_pbkdf.c */
+
#include "includes.h"
#ifndef HAVE_BCRYPT_PBKDF
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list