[openssh-commits] [openssh] 06/08: upstream: Remove unused rmd160.h header. ripemd160 support was

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Sep 5 20:14:29 AEST 2025


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 932e9f200bd48b7568eb21ec456c67ec92d517e2
Author: dtucker at openbsd.org <dtucker at openbsd.org>
AuthorDate: Fri Sep 5 09:31:31 2025 +0000

    upstream: Remove unused rmd160.h header. ripemd160 support was
    
    removed in 2017.
    
    OpenBSD-Commit-ID: 937fca21498b921adf6e04bac120f4a2e7975b3c
---
 digest-libc.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/digest-libc.c b/digest-libc.c
index 6e77a4492..b187bc9fa 100644
--- a/digest-libc.c
+++ b/digest-libc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: digest-libc.c,v 1.7 2020/02/26 13:40:09 jsg Exp $ */
+/* $OpenBSD: digest-libc.c,v 1.8 2025/09/05 09:31:31 dtucker Exp $ */
 /*
  * Copyright (c) 2013 Damien Miller <djm at mindrot.org>
  * Copyright (c) 2014 Markus Friedl.  All rights reserved.
@@ -27,7 +27,6 @@
 
 #if 0
 #include <md5.h>
-#include <rmd160.h>
 #endif
 #ifdef HAVE_SHA1_H
 #include <sha1.h>

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list