diff options
Diffstat (limited to 'src/util/crypto.c')
-rw-r--r-- | src/util/crypto.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/crypto.c b/src/util/crypto.c index 8ce3ade2c..12f452085 100644 --- a/src/util/crypto.c +++ b/src/util/crypto.c | |||
@@ -14,11 +14,12 @@ | |||
14 | TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/> | 14 | TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/> |
15 | */ | 15 | */ |
16 | /** | 16 | /** |
17 | * @file crypto.c | 17 | * @file util/crypto.c |
18 | * @brief Cryptographic utility functions | 18 | * @brief Cryptographic utility functions |
19 | * @author Sree Harsha Totakura <sreeharsha@totakura.in> | 19 | * @author Sree Harsha Totakura <sreeharsha@totakura.in> |
20 | * @author Florian Dold | 20 | * @author Florian Dold |
21 | * @author Benedikt Mueller | 21 | * @author Benedikt Mueller |
22 | * @author Christian Grothoff | ||
22 | */ | 23 | */ |
23 | #include "platform.h" | 24 | #include "platform.h" |
24 | #include "taler_util.h" | 25 | #include "taler_util.h" |