Skip to content
Snippets Groups Projects
Commit 2657b6a4 authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

Merge branch 'bug-base58-include-guard' into 'master'

bug-base58-include-guard

See merge request cellframe/libdap-crypto!17
parents 77f0dd9d 575219b6
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,8 @@
along with any DAP based project. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _DAP_ENC_BASE64_H_
#define _DAP_ENC_BASE64_H_
#ifndef _DAP_ENC_BASE58_H_
#define _DAP_ENC_BASE58_H_
#include <stddef.h>
#include <stdint.h>
#include "dap_enc_key.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment