local_system.h
extern IC_DllExport
QByteArray __appInternalChallenge;
...
QString IC_DllExport globalConfigPath
( void );
local_system.cpp
QString privateKeyPath
( const ISD
::userRoles _role,
bool _only_path
) {
return( keyPath( _role, "private", _only_path ) );
}
isd_connection.h
class isdConnection
: public QObject{
...
bool stopAttendanceCall(void);
isd_connection.cpp
bool isdConnection::stopAttendanceCall( void ) {
if( m_socket == NULL ||
{
m_state = Disconnected;
return( FALSE );
}
return( ISD::msg( &m_socketDev, ISD::StopAttendanceCall ).send() );
}
local_system.h
extern IC_DllExport QByteArray __appInternalChallenge;
...
QString IC_DllExport globalConfigPath( void );
local_system.cpp
QString privateKeyPath( const ISD::userRoles _role, bool _only_path )
{
return( keyPath( _role, "private", _only_path ) );
}
isd_connection.h
class isdConnection : public QObject
{
...
bool stopAttendanceCall(void);
isd_connection.cpp
bool isdConnection::stopAttendanceCall( void ) {
if( m_socket == NULL ||
m_socket->state() != QTcpSocket::ConnectedState )
{
m_state = Disconnected;
return( FALSE );
}
return( ISD::msg( &m_socketDev, ISD::StopAttendanceCall ).send() );
}
To copy to clipboard, switch view to plain text mode
Undefined symbols:
"_BN_rand", referenced from:
dsaKey::generateChallenge() in dsa_key.o
"_BN_copy", referenced from:
publicDSAKey::publicDSAKey(privateDSAKey const&)in dsa_key.o
publicDSAKey::publicDSAKey(privateDSAKey const&)in dsa_key.o
publicDSAKey::publicDSAKey(privateDSAKey const&)in dsa_key.o
publicDSAKey::publicDSAKey(privateDSAKey const&)in dsa_key.o
"_BN_new", referenced from:
createNewDSA() in dsa_key.o
createNewDSA() in dsa_key.o
createNewDSA() in dsa_key.o
createNewDSA() in dsa_key.o
dsaKey::generateChallenge() in dsa_key.o
"_DSA_do_sign", referenced from:
privateDSAKey
::sign(QByteArray const
&) constin dsa_key.
o"_EVP_DigestFinal", referenced from:
privateDSAKey
::sign(QByteArray const
&) constin dsa_key.
o"_DSA_free", referenced from:
publicDSAKey::publicDSAKey(privateDSAKey const&)in dsa_key.o
privateDSAKey::privateDSAKey(unsigned int)in dsa_key.o
publicDSAKey::~publicDSAKey()in dsa_key.o
dsaKey::~dsaKey()in dsa_key.o
dsaKey::~dsaKey()in dsa_key.o
privateDSAKey::~privateDSAKey()in dsa_key.o
privateDSAKey::~privateDSAKey()in dsa_key.o
publicDSAKey::~publicDSAKey()in dsa_key.o
isdConnection::initAuthentication() in isd_connection.o
dsaKey::~dsaKey()in isd_connection.o
dsaKey::~dsaKey()in isd_connection.o
"_BN_num_bits", referenced from:
buffer_put_bignum2(Buffer*, bignum_st*) in dsa_key.o
privateDSAKey
::sign(QByteArray const
&) constin dsa_key.
oprivateDSAKey
::sign(QByteArray const
&) constin dsa_key.
odsaKey::generateChallenge() in dsa_key.o
"_EVP_des_ede3_cbc", referenced from:
"_BN_free", referenced from:
dsaKey::generateChallenge() in dsa_key.o
"_EVP_sha1", referenced from:
privateDSAKey
::sign(QByteArray const
&) constin dsa_key.
o"_EVP_PKEY_get1_DSA", referenced from:
"_EVP_DigestUpdate", referenced from:
privateDSAKey
::sign(QByteArray const
&) constin dsa_key.
o"_DSA_SIG_free", referenced from:
privateDSAKey
::sign(QByteArray const
&) constin dsa_key.
oprivateDSAKey
::sign(QByteArray const
&) constin dsa_key.
o"_EVP_DigestInit", referenced from:
privateDSAKey
::sign(QByteArray const
&) constin dsa_key.
o"_BN_bn2bin", referenced from:
buffer_put_bignum2(Buffer*, bignum_st*) in dsa_key.o
privateDSAKey
::sign(QByteArray const
&) constin dsa_key.
oprivateDSAKey
::sign(QByteArray const
&) constin dsa_key.
odsaKey::generateChallenge() in dsa_key.o
"_EVP_PKEY_free", referenced from:
"_DSA_do_verify", referenced from:
"_BN_bin2bn", referenced from:
buffer_get_bignum2(Buffer*, bignum_st*) in dsa_key.o
"_DSA_generate_key", referenced from:
privateDSAKey::privateDSAKey(unsigned int)in dsa_key.o
"_PEM_read_PrivateKey", referenced from:
"_DSA_SIG_new", referenced from:
"_DSA_generate_parameters", referenced from:
privateDSAKey::privateDSAKey(unsigned int)in dsa_key.o
"_DSA_new", referenced from:
createNewDSA() in dsa_key.o
"_PEM_write_DSAPrivateKey", referenced from:
ld: symbol(s) not found
collect2: ld returned 1 exit status
Undefined symbols:
"_BN_rand", referenced from:
dsaKey::generateChallenge() in dsa_key.o
"_BN_copy", referenced from:
publicDSAKey::publicDSAKey(privateDSAKey const&)in dsa_key.o
publicDSAKey::publicDSAKey(privateDSAKey const&)in dsa_key.o
publicDSAKey::publicDSAKey(privateDSAKey const&)in dsa_key.o
publicDSAKey::publicDSAKey(privateDSAKey const&)in dsa_key.o
"_BN_new", referenced from:
createNewDSA() in dsa_key.o
createNewDSA() in dsa_key.o
createNewDSA() in dsa_key.o
createNewDSA() in dsa_key.o
dsaKey::verifySignature(QByteArray const&, QByteArray const&) constin dsa_key.o
dsaKey::verifySignature(QByteArray const&, QByteArray const&) constin dsa_key.o
dsaKey::generateChallenge() in dsa_key.o
"_DSA_do_sign", referenced from:
privateDSAKey::sign(QByteArray const&) constin dsa_key.o
"_EVP_DigestFinal", referenced from:
dsaKey::verifySignature(QByteArray const&, QByteArray const&) constin dsa_key.o
privateDSAKey::sign(QByteArray const&) constin dsa_key.o
"_DSA_free", referenced from:
privateDSAKey::load(QString const&, QString)in dsa_key.o
publicDSAKey::publicDSAKey(privateDSAKey const&)in dsa_key.o
privateDSAKey::privateDSAKey(unsigned int)in dsa_key.o
publicDSAKey::load(QString const&, QString)in dsa_key.o
publicDSAKey::~publicDSAKey()in dsa_key.o
dsaKey::~dsaKey()in dsa_key.o
dsaKey::~dsaKey()in dsa_key.o
privateDSAKey::~privateDSAKey()in dsa_key.o
privateDSAKey::~privateDSAKey()in dsa_key.o
publicDSAKey::~publicDSAKey()in dsa_key.o
isdConnection::initAuthentication() in isd_connection.o
dsaKey::~dsaKey()in isd_connection.o
dsaKey::~dsaKey()in isd_connection.o
"_BN_num_bits", referenced from:
buffer_put_bignum2(Buffer*, bignum_st*) in dsa_key.o
privateDSAKey::sign(QByteArray const&) constin dsa_key.o
privateDSAKey::sign(QByteArray const&) constin dsa_key.o
dsaKey::generateChallenge() in dsa_key.o
"_EVP_des_ede3_cbc", referenced from:
privateDSAKey::save(QString const&, QString) constin dsa_key.o
"_BN_free", referenced from:
dsaKey::generateChallenge() in dsa_key.o
"_EVP_sha1", referenced from:
dsaKey::verifySignature(QByteArray const&, QByteArray const&) constin dsa_key.o
privateDSAKey::sign(QByteArray const&) constin dsa_key.o
"_EVP_PKEY_get1_DSA", referenced from:
privateDSAKey::load(QString const&, QString)in dsa_key.o
"_EVP_DigestUpdate", referenced from:
dsaKey::verifySignature(QByteArray const&, QByteArray const&) constin dsa_key.o
privateDSAKey::sign(QByteArray const&) constin dsa_key.o
"_DSA_SIG_free", referenced from:
dsaKey::verifySignature(QByteArray const&, QByteArray const&) constin dsa_key.o
privateDSAKey::sign(QByteArray const&) constin dsa_key.o
privateDSAKey::sign(QByteArray const&) constin dsa_key.o
"_EVP_DigestInit", referenced from:
dsaKey::verifySignature(QByteArray const&, QByteArray const&) constin dsa_key.o
privateDSAKey::sign(QByteArray const&) constin dsa_key.o
"_BN_bn2bin", referenced from:
buffer_put_bignum2(Buffer*, bignum_st*) in dsa_key.o
privateDSAKey::sign(QByteArray const&) constin dsa_key.o
privateDSAKey::sign(QByteArray const&) constin dsa_key.o
dsaKey::generateChallenge() in dsa_key.o
"_EVP_PKEY_free", referenced from:
privateDSAKey::load(QString const&, QString)in dsa_key.o
"_DSA_do_verify", referenced from:
dsaKey::verifySignature(QByteArray const&, QByteArray const&) constin dsa_key.o
"_BN_bin2bn", referenced from:
buffer_get_bignum2(Buffer*, bignum_st*) in dsa_key.o
dsaKey::verifySignature(QByteArray const&, QByteArray const&) constin dsa_key.o
dsaKey::verifySignature(QByteArray const&, QByteArray const&) constin dsa_key.o
"_DSA_generate_key", referenced from:
privateDSAKey::privateDSAKey(unsigned int)in dsa_key.o
"_PEM_read_PrivateKey", referenced from:
privateDSAKey::load(QString const&, QString)in dsa_key.o
"_DSA_SIG_new", referenced from:
dsaKey::verifySignature(QByteArray const&, QByteArray const&) constin dsa_key.o
"_DSA_generate_parameters", referenced from:
privateDSAKey::privateDSAKey(unsigned int)in dsa_key.o
"_DSA_new", referenced from:
createNewDSA() in dsa_key.o
"_PEM_write_DSAPrivateKey", referenced from:
privateDSAKey::save(QString const&, QString) constin dsa_key.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
To copy to clipboard, switch view to plain text mode
Bookmarks