Skip to content

Commit

Permalink
openssl: fix a compile-time warning
Browse files Browse the repository at this point in the history
lib/vtls/openssl.c:1450:7: warning: extra tokens at end of #endif directive
  • Loading branch information
kdudka committed Feb 12, 2015
1 parent c1878e8 commit aba2c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vtls/openssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1447,7 +1447,7 @@ static CURLcode verifystatus(struct connectdata *conn,

return result;
}
#endif/
#endif

#endif /* USE_SSLEAY */

Expand Down

0 comments on commit aba2c4d

Please sign in to comment.