Deprecate the low level RC2 functions
[openssl.git] / crypto / asn1_dsa.c
index 63979d767ce45ec037930249d3cfdf2916e90663..34835a521438a2423f46b558f18c137f94a6ddc2 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <openssl/crypto.h>
 #include <openssl/bn.h>
-#include "internal/asn1_dsa.h"
+#include "crypto/asn1_dsa.h"
 #include "internal/packet.h"
 
 #define ID_SEQUENCE 0x30
@@ -99,7 +99,7 @@ int encode_der_integer(WPACKET *pkt, const BIGNUM *n)
 /*
  * Outputs the DER encoding of a DSA-Sig-Value or ECDSA-Sig-Value to pkt. pkt
  * may be initialised with a NULL buffer which enables pkt to be used to
- * calulate how many bytes would be needed.
+ * calculate how many bytes would be needed.
  *
  * Returns 1 on success or 0 on error.
  */
@@ -149,7 +149,7 @@ int encode_der_dsa_sig(WPACKET *pkt, const BIGNUM *r, const BIGNUM *s)
 /*
  * Decodes the DER length octets in pkt and initialises subpkt with the
  * following bytes of that length.
- * 
+ *
  * Returns 1 on success or 0 on failure.
  */
 int decode_der_length(PACKET *pkt, PACKET *subpkt)