diff options
author | Gergely Nagy <ngg@tresorit.com> | 2021-06-18 09:52:37 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-06-18 13:51:59 +0200 |
commit | 8c24cf5238bb1013eebdb15acafcdda1b1f833ed (patch) | |
tree | 71bd57ae2e425664df89c29db3fc6cf9edac8618 /lib/config-vxworks.h | |
parent | baae00f66bb9e59fb283bf27c6da387a58e066e1 (diff) | |
download | curl-8c24cf5238bb1013eebdb15acafcdda1b1f833ed.tar.gz |
configure/cmake: remove remaining checks for rsa.h
Closes #7276
Diffstat (limited to 'lib/config-vxworks.h')
-rw-r--r-- | lib/config-vxworks.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/config-vxworks.h b/lib/config-vxworks.h index 6cff3cc9a..4a0cae154 100644 --- a/lib/config-vxworks.h +++ b/lib/config-vxworks.h @@ -430,9 +430,6 @@ /* Define to 1 if you have the recvfrom function. */ #define HAVE_RECVFROM 1 -/* Define to 1 if you have the <rsa.h> header file. */ -/* #undef HAVE_RSA_H */ - /* Define to 1 if you have the select function. */ #define HAVE_SELECT 1 |