diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-04-05 12:08:49 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-04-05 12:08:49 +0200 |
commit | 0cee769fcdc9716ccb2a60b6473062a60f640bb3 (patch) | |
tree | 72205eed0e6d570bda683cdbbc37d17a0f3a21aa /runtime/rsyslog.h | |
parent | 0f87c631e7eac2ccbd36cd875d64de29dd7c714c (diff) | |
download | rsyslog-0cee769fcdc9716ccb2a60b6473062a60f640bb3.tar.gz rsyslog-0cee769fcdc9716ccb2a60b6473062a60f640bb3.tar.bz2 rsyslog-0cee769fcdc9716ccb2a60b6473062a60f640bb3.zip |
log encryption: initial PoC implementation
rough baseline, needs to be extended for actual use.
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r-- | runtime/rsyslog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h index 5ba6ede7..cbc0401b 100644 --- a/runtime/rsyslog.h +++ b/runtime/rsyslog.h @@ -403,6 +403,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth RS_RET_INVLD_ANON_BITS = -2312,/**< mmanon: invalid number of bits to anonymize specified */ RS_RET_REPLCHAR_IGNORED = -2313,/**< mmanon: replacementChar parameter is ignored */ RS_RET_SIGPROV_ERR = -2320,/**< error in signature provider */ + RS_RET_CRYPROV_ERR = -2321,/**< error in cryptography encryption provider */ /* RainerScript error messages (range 1000.. 1999) */ RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */ |