hnetd: add PKG_MIRROR_HASH, refresh patch
[feed/routing.git] / hnetd / patches / 0001-dtls.c-Update-openssl-API-to-1.1.0.patch
index 36cce7d5d6dc10007cb76fb92404e24f22dc2e0f..e377366b81661ca06919ef47808548b80294ce59 100644 (file)
@@ -10,8 +10,6 @@ Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
  src/dtls.c | 20 +++++++++++++++++---
  1 file changed, 17 insertions(+), 3 deletions(-)
 
-diff --git a/src/dtls.c b/src/dtls.c
-index ed5d408..511f724 100644
 --- a/src/dtls.c
 +++ b/src/dtls.c
 @@ -38,6 +38,7 @@
@@ -51,7 +49,7 @@ index ed5d408..511f724 100644
  
    if (!d)
      {
-@@ -916,7 +930,7 @@ bool dtls_set_local_cert(dtls d, const char *certfile, const char *pkfile)
+@@ -916,7 +930,7 @@ bool dtls_set_local_cert(dtls d, const c
                       |SSL_VERIFY_FAIL_IF_NO_PEER_CERT
  #endif /* DTLS_OPENSSL */
                       , _verify_cert_cb);
@@ -60,7 +58,7 @@ index ed5d408..511f724 100644
  
  #ifndef USE_ONE_CONTEXT
    R1("client cert",
-@@ -928,7 +942,7 @@ bool dtls_set_local_cert(dtls d, const char *certfile, const char *pkfile)
+@@ -928,7 +942,7 @@ bool dtls_set_local_cert(dtls d, const c
                       |SSL_VERIFY_PEER_FAIL_IF_NO_PEER_CERT
  #endif /* DTLS_OPENSSL */
                       , _verify_cert_cb);