openssl_*: prevent error when path includes no path (#50322)

* Prevent error when path includes no path.

* Add changelog.
This commit is contained in:
Felix Fontein
2019-01-03 12:34:46 +01:00
committed by Abhijit Menon-Sen
parent a5bf71ac6a
commit 5c5cd2dc4d
7 changed files with 8 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "openssl_* - fix error when ``path`` contains a file name without path."