mirror of
https://github.com/curl/curl.git
synced 2026-04-29 13:02:12 +03:00
openssl: fix a compile-time warning
lib/vtls/openssl.c:1450:7: warning: extra tokens at end of #endif directive
This commit is contained in:
parent
c1878e8f52
commit
aba2c4dca2
1 changed files with 1 additions and 1 deletions
|
|
@ -1447,7 +1447,7 @@ end:
|
|||
|
||||
return result;
|
||||
}
|
||||
#endif/
|
||||
#endif
|
||||
|
||||
#endif /* USE_SSLEAY */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue