From 87550626ff995ae61abf441e5e89076cc5a7dd45 Mon Sep 17 00:00:00 2001 From: Charlie Li Date: Tue, 23 Apr 2019 11:07:00 -0400 Subject: Use generic DTLS functions added in LibreSSL 2.9.1 (#4855) * Use generic DTLS functions added in LibreSSL 2.9.1 While here, bump travis. * Remove LibreSSL 2.9.0 from travis now that 2.9.1 exists. Requested by: @reaperhulk --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index cc749667..c031e66f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,7 +60,7 @@ matrix: - python: 3.7 env: TOXENV=py37 LIBRESSL=2.8.3 - python: 3.7 - env: TOXENV=py37 LIBRESSL=2.9.0 + env: TOXENV=py37 LIBRESSL=2.9.1 - python: 2.7 services: docker -- cgit v1.2.3