X-Git-Url: https://code.wpia.club/?p=cassiopeia.git;a=blobdiff_plain;f=src%2Fio%2FopensslBIO.h;fp=src%2Fio%2FopensslBIO.h;h=46e3642bfc6feaba0ef3eb0e952cc5f474d1f6ca;hp=1cf96f89a82c6cefe96223552d004778a9970059;hb=da9f337a893bd317460118f89efa83a3427f797f;hpb=23987db96db7962a6ee58d1aeda2bd87780ca579 diff --git a/src/io/opensslBIO.h b/src/io/opensslBIO.h index 1cf96f8..46e3642 100644 --- a/src/io/opensslBIO.h +++ b/src/io/opensslBIO.h @@ -14,14 +14,14 @@ public: OpensslBIOWrapper( std::shared_ptr b ); virtual ~OpensslBIOWrapper(); - int write( const char* buf, int num ); - int read( char* buf, int size ); - long ctrl( int cmod, long arg1, void* arg2 ); + int write( const char *buf, int num ); + int read( char *buf, int size ); + long ctrl( int cmod, long arg1, void *arg2 ); - int puts( const char* str ); - int gets( char* str, int size ); + int puts( const char *str ); + int gets( char *str, int size ); - static const char* getName(); + static const char *getName(); std::string readLine(); };