diff --git a/lib/Makefile.inc b/lib/Makefile.inc
index e1835262581f099872df8d59deaffb9ffbeffb32..e640ff1fd4453db78faca37dd5d37ed92d7a116d 100644
--- a/lib/Makefile.inc
+++ b/lib/Makefile.inc
@@ -9,7 +9,7 @@
 
 CSOURCES = file.c timeval.c base64.c hostip.c progress.c formdata.c	\
   cookie.c http.c sendf.c ftp.c url.c dict.c if2ip.c speedcheck.c	\
-  ldap.c vtls/ssluse.c version.c getenv.c escape.c mprintf.c telnet.c	\
+  ldap.c vtls/openssl.c version.c getenv.c escape.c mprintf.c telnet.c	\
   netrc.c getinfo.c transfer.c strequal.c easy.c security.c      	\
   curl_fnmatch.c fileinfo.c ftplistparser.c wildcard.c krb5.c		\
   memdebug.c http_chunks.c strtok.c connect.c llist.c hash.c multi.c	\
@@ -30,7 +30,7 @@ CSOURCES = file.c timeval.c base64.c hostip.c progress.c formdata.c	\
 
 HHEADERS = arpa_telnet.h netrc.h file.h timeval.h vtls/qssl.h hostip.h	\
   progress.h formdata.h cookie.h http.h sendf.h ftp.h url.h dict.h	\
-  if2ip.h speedcheck.h urldata.h curl_ldap.h vtls/ssluse.h escape.h telnet.h	\
+  if2ip.h speedcheck.h urldata.h curl_ldap.h vtls/openssl.h escape.h telnet.h	\
   getinfo.h strequal.h curl_sec.h memdebug.h http_chunks.h		\
   curl_fnmatch.h wildcard.h fileinfo.h ftplistparser.h strtok.h		\
   connect.h llist.h hash.h content_encoding.h share.h curl_md4.h	\
diff --git a/lib/vtls/ssluse.c b/lib/vtls/openssl.c
similarity index 99%
rename from lib/vtls/ssluse.c
rename to lib/vtls/openssl.c
index 3743170a9873068d6bfe5339aabf0708d759d22a..a897f76c7ffeded8644d4a3c77b2c49385d600fb 100644
--- a/lib/vtls/ssluse.c
+++ b/lib/vtls/openssl.c
@@ -41,7 +41,7 @@
 #include "formdata.h" /* for the boundary function */
 #include "url.h" /* for the ssl config check function */
 #include "inet_pton.h"
-#include "ssluse.h"
+#include "openssl.h"
 #include "connect.h"
 #include "slist.h"
 #include "strequal.h"
diff --git a/lib/vtls/ssluse.h b/lib/vtls/openssl.h
similarity index 100%
rename from lib/vtls/ssluse.h
rename to lib/vtls/openssl.h
diff --git a/lib/vtls/sslgen.c b/lib/vtls/sslgen.c
index 887b95ff42b7e7ddadee384f162c3397c1d6330d..74b1a4f05defff737476d5d1e62f46919e407640 100644
--- a/lib/vtls/sslgen.c
+++ b/lib/vtls/sslgen.c
@@ -60,7 +60,7 @@
 #include "urldata.h"
 #define SSLGEN_C
 #include "sslgen.h" /* generic SSL protos etc */
-#include "ssluse.h" /* OpenSSL versions */
+#include "openssl.h" /* OpenSSL versions */
 #include "gtls.h"   /* GnuTLS versions */
 #include "nssg.h"   /* NSS versions */
 #include "qssl.h"   /* QSOSSL versions */