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:
Kamil Dudka 2015-02-12 08:34:40 +01:00
Родитель c1878e8f52
Коммит aba2c4dca2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1447,7 +1447,7 @@ end:
return result;
}
#endif/
#endif
#endif /* USE_SSLEAY */