Skip to content

Commit

Permalink
fix re_types
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Jan 26, 2022
1 parent 14556f5 commit 8a89bad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sha/wrap.c
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/**
* @file wrap.c SHA1 wrappers
* @file wrap.c SHA wrappers
*
* Copyright (C) 2022 Sebastian Reimers <hallo@studio-link.de>
*/

#include <re_types.h>
#ifdef USE_OPENSSL
#include <openssl/sha.h>
#else
#include <re_types.h>
#include "sha.h"
#endif
#include <re_sha.h>
Expand Down

0 comments on commit 8a89bad

Please sign in to comment.