Where is the definition of add() located in OpenSSL?
In this link, EC_POINT_add refers to add() function. Can anyone tell me where add() function is defined in this library? I need to understand how OpenSSL performs point addition in Projective coordinates.