Skip to content

Commit

Permalink
cryptodc: remove stray ';'
Browse files Browse the repository at this point in the history
This causes only warnings with -Wpedantic, which we don't
intend to use. But doesn't hurt to fix anyway.

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
  • Loading branch information
flichtenheld authored and dsommers committed Nov 8, 2023
1 parent 9b8797f commit f00c816
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openvpn/crypto/cryptodc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ class CryptoDCContext : public RC<thread_unsafe_refcount>

protected:
CryptoAlgs::KeyDerivation key_derivation = CryptoAlgs::KeyDerivation::OPENVPN_PRF;
;
};

// Factory for CryptoDCContext objects
Expand Down

0 comments on commit f00c816

Please sign in to comment.