Skip to content

Commit

Permalink
correction of HKDF code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
falko-strenzke committed Jun 29, 2023
1 parent 63d3b41 commit 40ca8f5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/lib/crypto/hkdf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/


#ifndef CRYPTO_HKDF_H_
#define CRYPTO_HKDF_H_

Expand Down
1 change: 0 additions & 1 deletion src/lib/crypto/hkdf_botan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ Hkdf_Botan::~Hkdf_Botan()
{
}


} // namespace rnp

#endif
1 change: 0 additions & 1 deletion src/lib/crypto/hkdf_botan.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#ifndef CRYPTO_HKDF_BOTAN_HPP_
#define CRYPTO_HKDF_BOTAN_HPP_


#include "config.h"

#ifdef ENABLE_CRYPTO_REFRESH
Expand Down

0 comments on commit 40ca8f5

Please sign in to comment.