cryptutils

Cryptographic Software Utilities
git clone http://git.omkov.net/cryptutils
Log | Tree | Refs | README | LICENCE | Download

AuthorJamozed <[email protected]>
Date2020-08-04 21:20:30
Commitb4ec1a976aa427e37b56281c9b857f690df5253c
Parent26da66e23a3d8463aada8e1da8f17486152b82b2

meta: Generalise local library

Diffstat

M src/lib/error.c | 2 +-
M src/lib/error.h | 8 ++++----

2 files changed, 5 insertions, 5 deletions

diff --git a/src/lib/error.c b/src/lib/error.c
index 4576890..00f0f21 100644
--- a/src/lib/error.c
+++ b/src/lib/error.c
@@ -1,5 +1,5 @@
 // error.c
-// Error source file for OMKOV cryptutils lib
+// Error source file for OMKOV lib
 // Copyright (C) 2020, Jakob Wakeling
 // All rights reserved.
 
diff --git a/src/lib/error.h b/src/lib/error.h
index a2214d7..13b59b1 100644
--- a/src/lib/error.h
+++ b/src/lib/error.h
@@ -1,5 +1,5 @@
 // error.h
-// Error header file for OMKOV cryptutils lib
+// Error header file for OMKOV lib
 // Copyright (C) 2020, Jakob Wakeling
 // All rights reserved.
 
@@ -33,8 +33,8 @@ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE.
 */
 
-#ifndef OMKOV_CRYPTUTILS_ERROR_H_38W06M3W
-#define OMKOV_CRYPTUTILS_ERROR_H_38W06M3W
+#ifndef OMKOV_LIB_ERROR_H_38W06M3W
+#define OMKOV_LIB_ERROR_H_38W06M3W
 
 extern char *A0;
 
@@ -43,4 +43,4 @@ extern void warn(const char *format, ...);
 
 extern char *serr(void);
 
-#endif // OMKOV_LIBOKV_ERROR_H_38W06M3W
+#endif // OMKOV_LIB_ERROR_H_38W06M3W