Browse Source

Fix dilithium header guard

tags/v0.0.1
Thom Wiggers 5 years ago
parent
commit
8eacafb3c9
No known key found for this signature in database GPG Key ID: 1BB0A7CE26E363
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      crypto_sign/dilithium-iii/clean/api.h

+ 2
- 2
crypto_sign/dilithium-iii/clean/api.h View File

@@ -1,5 +1,5 @@
#ifndef PQCLEAN_DILITHIUMIII_API_H
#define PQCLEAN_DILITHIUMIII_API_H
#ifndef PQCLEAN_DILITHIUMIII_CLEAN_API_H
#define PQCLEAN_DILITHIUMIII_CLEAN_API_H

#include <stddef.h>
#include <stdint.h>


Loading…
Cancel
Save