diff options
author | Peter Powell <petpow@saberuk.com> | 2018-02-17 17:44:17 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-02-17 17:44:52 +0000 |
commit | 5628d84f9ea4e7f767afb7d682c91d54d9b86176 (patch) | |
tree | 6e537120a3931ec0cbb4d1ab95ab9d0578f12ec2 /.gitignore | |
parent | d2efdbf6bb91229d043303b1694fefae79ea6fe7 (diff) |
Move m_sslrehashsignal to the extra directory.
This module uses platform-specific behaviour that does not work on
Windows.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2790ac8c2..7b23912d7 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ /src/modules/m_ssl_gnutls.cpp /src/modules/m_ssl_mbedtls.cpp /src/modules/m_ssl_openssl.cpp +/src/modules/m_sslrehashsignal.cpp /win/Win32 /win/*.dir |