unify handling of ca header

Origin commit data
------------------
Branch: master
Commit: 467aedcdbc
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-22 (Sat, 22 Dec 2018)

Origin message was:
------------------
- unify handling of ca header

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-12-22 20:17:14 +01:00
parent 3b85f57a5a
commit 1a52592421
6 changed files with 11 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
#ifndef __CA_H_
#define __CA_H_
#ifndef __ca_ci__
#define __ca_ci__
#include <config.h>
#include <stdint.h>
@@ -362,4 +362,4 @@ public:
virtual ~cCA();
};
#endif ///__CA_H_
#endif // __ca_ci__