git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use received return code on no-match in rlm_stg.
[stg.git]
/
stglibs
/
crypto.lib
/
include
/
stg
/
bfstream.h
diff --git
a/stglibs/crypto.lib/include/stg/bfstream.h
b/stglibs/crypto.lib/include/stg/bfstream.h
index bead8d00ad26f30b25ec69b2c80cc936f6ff2e73..ae955b94a9a7c0082ccad5dcee687a3f0c8aab09 100644
(file)
--- a/
stglibs/crypto.lib/include/stg/bfstream.h
+++ b/
stglibs/crypto.lib/include/stg/bfstream.h
@@
-16,7
+16,7
@@
class ENCRYPT_STREAM
~ENCRYPT_STREAM();
void Put(const void * data, size_t size, bool last = false);
~ENCRYPT_STREAM();
void Put(const void * data, size_t size, bool last = false);
- bool
i
sOk() const;
+ bool
I
sOk() const;
private:
class IMPL;
private:
class IMPL;
@@
-33,7
+33,7
@@
class DECRYPT_STREAM
~DECRYPT_STREAM();
void Put(const void * data, size_t size, bool last = false);
~DECRYPT_STREAM();
void Put(const void * data, size_t size, bool last = false);
- bool
i
sOk() const;
+ bool
I
sOk() const;
private:
class IMPL;
private:
class IMPL;