diff options
author | Tim Rühsen <tim.ruehsen@gmx.de> | 2019-03-13 19:32:45 +0000 |
---|---|---|
committer | Tim Rühsen <tim.ruehsen@gmx.de> | 2019-03-13 19:32:45 +0000 |
commit | 9dca575622586e4c94ced9e453ae0a91f346d711 (patch) | |
tree | d3cd062801d0ba8945d4b060b2f5f2804c81a3c3 /lib/random.c | |
parent | 0ac50a05884110ff6436a0dc51ba0d579362b994 (diff) | |
parent | 6395eeda111d55074dd4b81e64fa87813593612c (diff) | |
download | gnutls-9dca575622586e4c94ced9e453ae0a91f346d711.tar.gz |
Merge branch 'tmp-use-https' into 'master'
Change HTTP:// references to HTTPs:// (generally)
See merge request gnutls/gnutls!910
Diffstat (limited to 'lib/random.c')
-rw-r--r-- | lib/random.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/random.c b/lib/random.c index 469fc4b9a6..6462738416 100644 --- a/lib/random.c +++ b/lib/random.c @@ -16,7 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/> + * along with this program. If not, see <https://www.gnu.org/licenses/> * */ |