diff options
Diffstat (limited to 'src/libpiano/crypt.h')
-rw-r--r-- | src/libpiano/crypt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libpiano/crypt.h b/src/libpiano/crypt.h index baede76..fc7c205 100644 --- a/src/libpiano/crypt.h +++ b/src/libpiano/crypt.h @@ -21,8 +21,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#ifndef _CRYPH_H -#define _CRYPT_H +#ifndef SRC_LIBPIANO_CRYPT_H_O832IVGK +#define SRC_LIBPIANO_CRYPT_H_O832IVGK #ifdef __FreeBSD__ #define _GCRYPT_IN_LIBGCRYPT @@ -33,4 +33,4 @@ char *PianoDecryptString (gcry_cipher_hd_t, const char * const, size_t * const); char *PianoEncryptString (gcry_cipher_hd_t, const char *); -#endif /* _CRYPT_H */ +#endif /* SRC_LIBPIANO_CRYPT_H_O832IVGK */ |