Skip to content

Commit

Permalink
Small fix for generated c++ header
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Jan 29, 2020
1 parent 3aec549 commit 41614a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algamize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ echo "// compact25519 $VERSION
#ifndef __COMPACT_25519_H
#define __COMPACT_25519_H
#if defined(__cplusplus)
extern "C" {
extern \"C\" {
#endif
// provide your own decl specificier like "-DCOMPACT_25519_DECL=ICACHE_RAM_ATTR"
Expand Down

0 comments on commit 41614a1

Please sign in to comment.