diff options
author | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2017-09-18 17:46:12 +0300 |
---|---|---|
committer | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2017-09-18 17:46:16 +0300 |
commit | c0b2beb7485aa0c61d530a7ebc4bd175af57fed9 (patch) | |
tree | 8e286f211953d995126de82bd840e6e3fddc7e71 /main/libressl/starttls-ldap.patch | |
parent | aa689f8ff293eb3715b96cd392647bf6e4dee5e1 (diff) | |
download | aports-c0b2beb7485aa0c61d530a7ebc4bd175af57fed9.tar.bz2 aports-c0b2beb7485aa0c61d530a7ebc4bd175af57fed9.tar.xz |
main/libressl: include corrent copyright notice in patch
Diffstat (limited to 'main/libressl/starttls-ldap.patch')
-rw-r--r-- | main/libressl/starttls-ldap.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/main/libressl/starttls-ldap.patch b/main/libressl/starttls-ldap.patch index 55319ed04c..94cf3d01f7 100644 --- a/main/libressl/starttls-ldap.patch +++ b/main/libressl/starttls-ldap.patch @@ -1,5 +1,14 @@ --- libressl-2.5.5/apps/openssl/s_client.c +++ libressl-2.5.5.ldap/apps/openssl/s_client.c +@@ -56,7 +56,7 @@ + * [including the GNU Public Licence.] + */ + /* ==================================================================== +- * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. ++ * Copyright (c) 1998-2017 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions @@ -184,6 +184,7 @@ static void sc_usage(void); static void print_stuff(BIO * berr, SSL * con, int full); |