Write a program (preferably in C/C++ using the asn1c tool) that reads an RSA private key from a file specified on command line and prints the public exponent (e) used in the key. Support of unencrypted RSA private key files is suficient (no need to handle encrypted files). [10 points]