summaryrefslogtreecommitdiff
path: root/src/gcrypt-module.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gcrypt-module.h')
-rw-r--r--src/gcrypt-module.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gcrypt-module.h b/src/gcrypt-module.h
index e717b70c..d8a8cefc 100644
--- a/src/gcrypt-module.h
+++ b/src/gcrypt-module.h
@@ -1,25 +1,25 @@
/* gcrypt-module.h - GNU Cryptographic Library Interface
Copyright (C) 2003, 2007 Free Software Foundation, Inc.
-
+
This file is part of Libgcrypt.
-
+
Libgcrypt is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation; either version 2.1 of
the License, or (at your option) any later version.
-
+
Libgcrypt is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
-
+
You should have received a copy of the GNU Lesser General Public
License along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
/*
This file contains the necessary declarations/definitions for
- working with Libgcrypt modules.
+ working with Libgcrypt modules.
*/
#ifndef _GCRYPT_MODULE_H
@@ -35,7 +35,7 @@ extern "C" {
/* The interfaces using the module system reserve a certain range of
IDs for application use. These IDs are not valid within Libgcrypt
but Libgcrypt makes sure never to allocate such a module ID. */
-#define GCRY_MODULE_ID_USER 1024
+#define GCRY_MODULE_ID_USER 1024
#define GCRY_MODULE_ID_USER_LAST 4095