Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SSL_connect misuse #2595

Closed
wants to merge 13 commits into from
Prev Previous commit
Next Next commit
Fix whitespace errors
  • Loading branch information
ralight committed Mar 8, 2022
commit 8459a3c45653df7d6f08a83d269b944c40892857
6 changes: 3 additions & 3 deletions docker/1.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN set -x && \
WITH_SHARED_LIBRARIES=yes \
WITH_SRV=no \
WITH_STRIP=yes \
WITH_TLS_PSK=no \
WITH_TLS_PSK=no \
WITH_WEBSOCKETS=yes \
prefix=/usr \
binary && \
Expand All @@ -82,8 +82,8 @@ RUN set -x && \
chown -R mosquitto:mosquitto /mosquitto && \
apk --no-cache add \
ca-certificates \
libressl \
libuuid && \
libressl \
libuuid && \
apk del build-deps && \
rm -rf /build

Expand Down