ua_securitypolicy_none.h 561 B

1234567891011121314151617181920212223
  1. /* This work is licensed under a Creative Commons CCZero 1.0 Universal License.
  2. * See http://creativecommons.org/publicdomain/zero/1.0/ for more information. */
  3. #ifndef UA_SECURITYPOLICY_NONE_H_
  4. #define UA_SECURITYPOLICY_NONE_H_
  5. #ifdef __cplusplus
  6. extern "C" {
  7. #endif
  8. #include "ua_plugin_securitypolicy.h"
  9. #include "ua_plugin_log.h"
  10. UA_StatusCode UA_EXPORT
  11. UA_SecurityPolicy_None(UA_SecurityPolicy *policy, const UA_ByteString localCertificate,
  12. UA_Logger logger);
  13. #ifdef __cplusplus
  14. }
  15. #endif
  16. #endif /* UA_SECURITYPOLICY_NONE_H_ */