Need 3.x nvrtc minimum

This commit is contained in:
Jens Steube
2019-05-10 10:11:12 +02:00
parent 54feb62e94
commit 5d14a59304
+1 -1
View File
@@ -694,7 +694,7 @@ int nvrtc_init (hashcat_ctx_t *hashcat_ctx)
char dllname[100];
for (int major = 20; major >= 0; major--)
for (int major = 20; major >= 3; major--) // older than 3.x do not ship _v2 functions anyway
{
for (int minor = 20; minor >= 0; minor--)
{