mirror of
https://github.com/transmission/transmission.git
synced 2026-04-27 04:04:11 +01:00
(trunk libT) #1276 - hash rpc password with sha1
This commit is contained in:
@@ -95,7 +95,8 @@ int tr_cryptoWeakRandInt( int n );
|
||||
void tr_cryptoRandBuf( unsigned char *buf,
|
||||
size_t len );
|
||||
|
||||
char* tr_crypt( const void * plaintext );
|
||||
char* tr_ssha1( const void * plaintext );
|
||||
|
||||
tr_bool tr_ssha1_matches( const char * source, const char * pass );
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user